Skip to content

Commit

Permalink
examples/gizmo: implement disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 30, 2024
1 parent 0ba6bb4 commit 2d77525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gizmo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func loop() {
Layout(
giu.Gizmo(view, projection).Gizmos(
gizmos()...,
),
).Disabled(true),
)
}

Expand Down

0 comments on commit 2d77525

Please sign in to comment.