summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorConstantin Riß <constantin.riss@dre.de>2010-02-09 23:27:41 +0100
committerConstantin Riß <constantin.riss@dre.de>2010-02-09 23:27:41 +0100
commite1290a7a045457d514518cfc5f928f613c962765 (patch)
tree8700b4880c007e4b636aa204e540ef0f3a067004 /main.cpp
parentd605b3f57bec467e6be82c23f4fbd9d48cd3e9e1 (diff)
downloadc3d-e1290a7a045457d514518cfc5f928f613c962765.tar
c3d-e1290a7a045457d514518cfc5f928f613c962765.zip
schrottes tastenhandling
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 f092e34..9e79b61 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, 15);
+ static DisplayClass render(5, 5, 5);
render.renderScene(delta, keys);
SwapBuffers(hDC);
}