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