From 8382060f8a0d718309be391b575208234d242444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 19 Jul 2026 14:22:31 +0200 Subject: [PATCH] Comment out wait for debugger --- GlitchyEditor/src/EditorApp.bf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };