summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 0749ac8..4bfbf85 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(4, 4, 4);
+ static DisplayClass render(3, 3, 3);
render.renderScene(delta);
SwapBuffers(hDC);
}