From 44f6fd070c3d2c017fd46b9740947be1b47c3ca3 Mon Sep 17 00:00:00 2001 From: Rtch90 Date: Sun, 15 Apr 2012 13:45:17 +0100 Subject: [PATCH] [Fix] Made a comment a little clearer. --- src/Main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/main.cpp b/src/Main/main.cpp index c9d659c..19ac5d3 100644 --- a/src/Main/main.cpp +++ b/src/Main/main.cpp @@ -94,7 +94,7 @@ int main(int argc, char** argv) { Uint32 timeStart = SDL_GetTicks(); float dt = 1.0f / 60.0f; - // We need to give windowWidth and windowHeight an initial value + // We need to give OnResize()'s width and height params an initial value // Otherwise it is just garbage, and the orthorgraphic view // screws up for me. -- Allanis. game.OnResize(windowWidth, windowHeight);