fix TweenOffScreen animation for GrooveRadar, MusicWheel

This commit is contained in:
Chris Danford
2003-04-03 22:34:22 +00:00
parent a798cc954c
commit cf8f069abd
6 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -307,8 +307,6 @@ static bool g_TopNeedsNeedsNullUpdate = false;
void ScreenManager::Update( float fDeltaTime )
{
EmptyDeleteQueue();
// Only update the topmost screen on the stack.
/* Screens take some time to load. If we don't do this, then screens
@@ -332,6 +330,8 @@ void ScreenManager::Update( float fDeltaTime )
pScreen->Update( fDeltaTime );
m_SystemLayer->Update( fDeltaTime );
EmptyDeleteQueue();
}