From 3b4db495c6fe7452fddc096d3085e44470830694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Sun, 7 Feb 2010 22:20:40 +0100 Subject: Temperaturverlauf in farbe --- main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.cpp') 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); -- cgit v1.2.3