summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-07 22:20:40 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-07 22:20:40 +0100
commit3b4db495c6fe7452fddc096d3085e44470830694 (patch)
tree9511d4fb43621d1e52e2d9a8dfc8b36a21361140 /main.cpp
parentf53113f02ea5369e50bd33232db3d2b48f64cc1c (diff)
downloadc3d-3b4db495c6fe7452fddc096d3085e44470830694.tar
c3d-3b4db495c6fe7452fddc096d3085e44470830694.zip
Temperaturverlauf in farbe
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);