From f53113f02ea5369e50bd33232db3d2b48f64cc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Sun, 7 Feb 2010 16:52:50 +0100 Subject: =?UTF-8?q?Cuboid=20nicht=20ben=E4tigt=20und=20NOTNEEDED=20ordner?= =?UTF-8?q?=20hinzugef=FCgt=20und=20Fehler=20behoben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'main.cpp') 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); -- cgit v1.2.3