瀏覽代碼

disable debug mode

SimplyMinimal 3 年之前
父節點
當前提交
4c0f3adab9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -18,7 +18,7 @@
 #include <time.h>
 
 #define TAG "Asteroids" // Used for logging
-#define DEBUG_MSG 1
+#define DEBUG_MSG 0
 #define SCREEN_XRES 128
 #define SCREEN_YRES 64
 #define GAME_START_LIVES 3