From 95053aa6b5429ffeb9c491d0977579bd916a1d3d Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 18 Apr 2007 12:03:22 +0000 Subject: [PATCH] LOLOLOL --- src/ei/game/EI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ei/game/EI.java b/src/ei/game/EI.java index ceabd12..bd5277b 100644 --- a/src/ei/game/EI.java +++ b/src/ei/game/EI.java @@ -7,7 +7,7 @@ import ei.game.gamestate.LoadingState; import ei.game.gamestate.SplashState; public class EI extends LWJGLGameWindow{ - public static final boolean debug = false; + public static final boolean debug = true; public static void main(String[] args){ new EI();