From 039f48ee3bb795421b3c50076a0c3ffe633cad00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Mon, 8 Feb 2010 23:18:18 +0100 Subject: 'keinen' Fehler behoben, war nur n fehler des Compilers.......^^ --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 0749ac8..4bfbf85 100644 --- a/main.cpp +++ b/main.cpp @@ -237,7 +237,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine ticks += delta; - static DisplayClass render(4, 4, 4); + static DisplayClass render(3, 3, 3); render.renderScene(delta); SwapBuffers(hDC); } -- cgit v1.2.3