summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-10 00:47:21 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-10 00:47:21 +0100
commitbc8c15f676a7733f665375a68219b23e6d2ef0f5 (patch)
tree33c95cefdc65172e786fbd0b0a779818c1cff237 /main.cpp
parent65a8d8158e79a50993339c8162308ac62ee6ebc4 (diff)
downloadc3d-bc8c15f676a7733f665375a68219b23e6d2ef0f5.tar
c3d-bc8c15f676a7733f665375a68219b23e6d2ef0f5.zip
blabla
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 9e79b61..062950c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -240,7 +240,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
ticks += delta;
- static DisplayClass render(5, 5, 5);
+ static DisplayClass render(5, 15, 5);
render.renderScene(delta, keys);
SwapBuffers(hDC);
}