Revert change I did that introduced bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10811 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -594,14 +594,11 @@ void World::updateWorld(float dt)
|
||||
m_phase == IN_GAME_MENU_PHASE )
|
||||
return;
|
||||
|
||||
update(dt);
|
||||
if( (!isFinishPhase()) && isRaceOver())
|
||||
{
|
||||
enterRaceOverState();
|
||||
}
|
||||
else
|
||||
{
|
||||
update(dt);
|
||||
}
|
||||
} // updateWorld
|
||||
|
||||
#define MEASURE_FPS 0
|
||||
|
||||
Reference in New Issue
Block a user