Skip to content

Commit

Permalink
Try to mitigate gizmo brakeage
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Feb 17, 2025
1 parent 79f3d11 commit 40ae086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Brio/UI/Windows/Specialized/PosingOverlayWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ public override void PreDraw()

ImGuizmo.SetID(_gizmoId);

if(_trackingTransform.HasValue)
{
Flags &= ~ImGuiWindowFlags.NoInputs;
}
//if(_trackingTransform.HasValue)
//{
// Flags &= ~ImGuiWindowFlags.NoInputs;
//}
}

public override void Draw()
Expand Down

0 comments on commit 40ae086

Please sign in to comment.