mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed double ImGuiLayer
This commit is contained in:
@@ -33,7 +33,7 @@ namespace GlitchyEngine
|
||||
_window.EventCallback = new => OnEvent;
|
||||
|
||||
_imGuiLayer = new ImGuiLayer();
|
||||
PushLayer(_imGuiLayer);
|
||||
PushOverlay(_imGuiLayer);
|
||||
}
|
||||
|
||||
public void OnEvent(Event e)
|
||||
|
||||
Reference in New Issue
Block a user