small fix
Some checks failed
FModel QA Builder / build (push) Has been cancelled

This commit is contained in:
Asval
2025-03-28 19:23:51 +01:00
parent e8b061f018
commit cecd3b7fe6

View File

@@ -58,8 +58,7 @@ public class ImGuiController : IDisposable
IntPtr context = ImGui.CreateContext();
ImGui.SetCurrentContext(context);
IntPtr imguiCtx = ImGui.CreateContext();
ImGui.SetCurrentContext(imguiCtx);
ImGuizmo.SetImGuiContext(context);
var io = ImGui.GetIO();
unsafe