Skip to content

Commit

Permalink
Fixed cranky errors
Browse files Browse the repository at this point in the history
  • Loading branch information
urholaukkarinen committed Nov 2, 2024
1 parent 1c752aa commit b4865b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transform-gizmo-egui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl GizmoExt for Gizmo {
let gizmo_result = self.update(
GizmoInteraction {
cursor_pos: (cursor_pos.x, cursor_pos.y),
hovered: hovered,
hovered,
drag_started: ui
.input(|input| input.pointer.button_pressed(PointerButton::Primary)),
dragging: ui.input(|input| input.pointer.button_down(PointerButton::Primary)),
Expand Down

0 comments on commit b4865b2

Please sign in to comment.