Fix FTL reset bug, fixes #3019
This commit is contained in:
parent
08be02af8f
commit
158d83057c
@ -77,6 +77,7 @@ FollowTheLeaderRace::~FollowTheLeaderRace()
|
||||
void FollowTheLeaderRace::reset()
|
||||
{
|
||||
LinearWorld::reset();
|
||||
m_last_eliminated_time = 0.0f;
|
||||
m_leader_intervals.clear();
|
||||
m_leader_intervals = stk_config->m_leader_intervals;
|
||||
for(unsigned int i=0; i<m_leader_intervals.size(); i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user