Disable debug mode. oops.
This commit is contained in:
@@ -8,7 +8,7 @@ public class GameConfig {
|
||||
/**
|
||||
* Whether debug output (and more) is enabled or disabled.
|
||||
*/
|
||||
public static boolean DEBUG = true;
|
||||
public static boolean DEBUG = false;
|
||||
|
||||
/**
|
||||
* Width of GameWindow.
|
||||
|
||||
Reference in New Issue
Block a user