aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameLoop.cpp')
-rw-r--r--src/GameLoop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp
index fe7292f..3a9e8a0 100644
--- a/src/GameLoop.cpp
+++ b/src/GameLoop.cpp
@@ -346,6 +346,7 @@ void Game::EventLoop( void )
int colaccuracy,i;
GLfloat oldmult;
gQuit = false;
+ framespersecond = 60;
while ( gQuit == false ) {
ProcessSDLEvents(this);
start=TimerGetTime(&theTimer);