Fix non-reset ignore height for flyable
This commit is contained in:
parent
9ae13052cc
commit
68a837607e
@ -158,10 +158,10 @@ void CheckCannon::update(float dt)
|
||||
CheckLine::update(dt);
|
||||
for (unsigned int i = 0; i < m_all_flyables.size(); i++)
|
||||
{
|
||||
setIgnoreHeight(true);
|
||||
if (m_all_flyables[i]->hasUndoneDestruction() ||
|
||||
RewindManager::get()->isRewinding())
|
||||
continue;
|
||||
setIgnoreHeight(true);
|
||||
bool triggered = isTriggered(m_flyable_previous_position[i],
|
||||
m_all_flyables[i]->getXYZ(),
|
||||
/*kart index - ignore*/ -1 );
|
||||
|
Loading…
Reference in New Issue
Block a user