summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-08 23:18:18 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-08 23:18:18 +0100
commit039f48ee3bb795421b3c50076a0c3ffe633cad00 (patch)
tree47432179d1d9c07f11dbb35efe9a4b8d0ab030fd
parent8fd9c234206718b4f3b3b07ac06a47d4d6c90a18 (diff)
downloadc3d-039f48ee3bb795421b3c50076a0c3ffe633cad00.tar
c3d-039f48ee3bb795421b3c50076a0c3ffe633cad00.zip
'keinen' Fehler behoben, war nur n fehler des Compilers.......^^
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}