Disable debug mode. oops.
This commit is contained in:
parent
63e7b7a21c
commit
c8b8c2fd79
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue