From fc6f258ee47f4ab72156c4329fc76d6adcceb74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 7 May 2014 15:04:25 +0200 Subject: [PATCH] AllocConsole()-Call auskommentiert --- src/Gui/Gui.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Gui.cs b/src/Gui/Gui.cs index d7aac57..d96ea2a 100644 --- a/src/Gui/Gui.cs +++ b/src/Gui/Gui.cs @@ -16,7 +16,7 @@ namespace WorldOfPeacecraft public Gui () { - AllocConsole(); + //AllocConsole(); } public void SetBackend (IBackend backend)