mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Comment out wait for debugger
This commit is contained in:
@@ -26,10 +26,10 @@ namespace GlitchyEditor
|
|||||||
|
|
||||||
public this(String[] args)
|
public this(String[] args)
|
||||||
{
|
{
|
||||||
while(!Debug.IsDebuggerPresent)
|
/*while(!Debug.IsDebuggerPresent)
|
||||||
{
|
{
|
||||||
Thread.Sleep(10);
|
Thread.Sleep(10);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
Log.ClientLogger = new EditorLogger();
|
Log.ClientLogger = new EditorLogger();
|
||||||
Log.EngineLogger = new EditorLogger() { IsEngineLogger = true };
|
Log.EngineLogger = new EditorLogger() { IsEngineLogger = true };
|
||||||
|
|||||||
Reference in New Issue
Block a user