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