diff --git a/GlitchyEditor/src/Handles.bf b/GlitchyEditor/src/Handles.bf index e781e61..d486c02 100644 --- a/GlitchyEditor/src/Handles.bf +++ b/GlitchyEditor/src/Handles.bf @@ -33,7 +33,7 @@ static class Handles #unwarn bool result = ImGuizmo.Manipulate((.)&View, (.)&Projection, gizmoType, globalGizmo ? .WORLD : .LOCAL, (.)&transform, null, _snap.HasValue ? (.)&_snap : null); - _usedGizmo |= ImGuizmo.IsUsing(); + _usedGizmo = ImGuizmo.IsUsing(); return result; }