summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 8658424..32206e8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -14,8 +14,10 @@
#define MIN_FRAME_DELTA 16
//#define MIN_FRAME_DELTA 41
-#define DEFAULT_WIDTH 640
-#define DEFAULT_HEIGHT 640
+//#define DEFAULT_WIDTH 640
+//#define DEFAULT_HEIGHT 640
+#define DEFAULT_HEIGHT 40
+#define DEFAULT_WIDTH 40
void initGL(bool multisample);
void resize(int width, int height);