summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-07 16:52:50 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-07 16:52:50 +0100
commitf53113f02ea5369e50bd33232db3d2b48f64cc1c (patch)
tree5aa4a0a5fb301a9bedd50cc1445c844fb3175210 /main.cpp
parentabcf04bac0fe9b7b8358af6ed4e2f11d9bbb0fc8 (diff)
downloadc3d-f53113f02ea5369e50bd33232db3d2b48f64cc1c.tar
c3d-f53113f02ea5369e50bd33232db3d2b48f64cc1c.zip
Cuboid nicht benätigt und NOTNEEDED ordner hinzugefügt und Fehler behoben
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);