summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-08 23:07:48 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-08 23:07:48 +0100
commit8fd9c234206718b4f3b3b07ac06a47d4d6c90a18 (patch)
tree931050b85a1cdda8bfa6ac34935c9497bb1ed683 /main.cpp
parent3b4db495c6fe7452fddc096d3085e44470830694 (diff)
downloadc3d-8fd9c234206718b4f3b3b07ac06a47d4d6c90a18.tar
c3d-8fd9c234206718b4f3b3b07ac06a47d4d6c90a18.zip
kleinere fehler da...
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 4bfbf85..0749ac8 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(3, 3, 3);
+ static DisplayClass render(4, 4, 4);
render.renderScene(delta);
SwapBuffers(hDC);
}