diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 2a6d66b..559bfd2 100644 --- a/include/common.h +++ b/include/common.h @@ -16,7 +16,7 @@ typedef struct{float x; float y;}vec2; #define SCREEN_WIDTH 1280 #define SCREEN_HEIGHT 800 -#define FULLSCREEN +//#define FULLSCREEN #define HLINE (2.0f / (SCREEN_WIDTH / 4)) |