diff --git a/GlitchyEditor/src/EditorApp.bf b/GlitchyEditor/src/EditorApp.bf index 5d30ab4..de9a70a 100644 --- a/GlitchyEditor/src/EditorApp.bf +++ b/GlitchyEditor/src/EditorApp.bf @@ -26,10 +26,10 @@ namespace GlitchyEditor public this(String[] args) { - while(!Debug.IsDebuggerPresent) + /*while(!Debug.IsDebuggerPresent) { Thread.Sleep(10); - } + }*/ Log.ClientLogger = new EditorLogger(); Log.EngineLogger = new EditorLogger() { IsEngineLogger = true };