Fix broken kart animation for countdown timer in result screen
This commit is contained in:
parent
fe028b4534
commit
520f1c7d3a
@ -450,7 +450,9 @@ void WorldStatus::updateTime(int ticks)
|
||||
{
|
||||
m_time_ticks = 0;
|
||||
m_time = 0.0f;
|
||||
m_count_up_ticks = 0;
|
||||
// For rescue animation playing (if any) in result screen
|
||||
if (!device->getTimer()->isStopped())
|
||||
m_count_up_ticks++;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user