Disable debug mode. oops.

This commit is contained in:
Jan Philipp Timme 2014-11-25 14:27:38 +01:00
parent 63e7b7a21c
commit c8b8c2fd79
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class GameConfig {
/** /**
* Whether debug output (and more) is enabled or disabled. * Whether debug output (and more) is enabled or disabled.
*/ */
public static boolean DEBUG = true; public static boolean DEBUG = false;
/** /**
* Width of GameWindow. * Width of GameWindow.