From e1290a7a045457d514518cfc5f928f613c962765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20Ri=C3=9F?= Date: Tue, 9 Feb 2010 23:27:41 +0100 Subject: schrottes tastenhandling --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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); } -- cgit v1.2.3