diff --git a/main.c b/main.c index 7f12519..b02dc63 100644 --- a/main.c +++ b/main.c @@ -9,7 +9,7 @@ float FPS = 60; int DISPLAY_WIDTH = 800; int DISPLAY_HEIGHT = 500; bool FULLSCREEN = true; -bool DEBUG = false; +bool DEBUG = true; void PrintConsole(struct Game *game, char* text) { if (DEBUG) printf("%s\n", text);