Skip to content

Commit

Permalink
2D view: handle array inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 4, 2024
1 parent 6fb7202 commit 4d2c4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Advanced/UI/2DView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct Point2DView

struct ins
{
struct : halp::val_port<"XY", std::vector<float>>
struct : halp::val_port<"XY", std::vector<ossia::value>>
{
enum widget
{
Expand Down

0 comments on commit 4d2c4d5

Please sign in to comment.