remove param

This commit is contained in:
Glenn Maynard
2007-04-16 19:09:40 +00:00
parent d64294dc21
commit 039b777ece
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ void GameLoop::RunGameLoop()
TEXTUREMAN->Update( fDeltaTime );
GAMESTATE->Update( fDeltaTime );
SCREENMAN->Update( fDeltaTime );
MEMCARDMAN->Update( fDeltaTime );
MEMCARDMAN->Update();
NSMAN->Update( fDeltaTime );
/* Important: Process input AFTER updating game logic, or input will be acting on song beat from last frame */