mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added guizmo
Translation is broken for some reason
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using ImGui;
|
||||
using GlitchyEngine.Events;
|
||||
using ImGuizmo;
|
||||
|
||||
using internal ImGui;
|
||||
|
||||
@@ -184,6 +185,7 @@ namespace GlitchyEngine.ImGui
|
||||
ImGuiImplDX11.NewFrame();
|
||||
ImGuiImplWin32.NewFrame();
|
||||
ImGui.NewFrame();
|
||||
ImGuizmo.BeginFrame();
|
||||
}
|
||||
|
||||
bool showDemo = true;
|
||||
|
||||
Reference in New Issue
Block a user