Fixed some subtle sync issues

This commit is contained in:
Chris Danford
2003-02-10 22:08:10 +00:00
parent d80d8a3c70
commit d7b2f341da
5 changed files with 29 additions and 7 deletions
+3 -1
View File
@@ -526,9 +526,11 @@ static void GameLoop()
TEXTUREMAN->Update( fDeltaTime );
/* Important: Process input before updaing game logic, or else game logic will lag for one frame */
HandleInputEvents( fDeltaTime );
SCREENMAN->Update( fDeltaTime );
SOUNDMAN->Update( fDeltaTime );
HandleInputEvents( fDeltaTime );
/*
* Render