mirror of
https://github.com/4sval/FModel.git
synced 2026-08-11 19:57:09 -05:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user