mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
targeted fix for #45
as there was no consensus on conversion to explosions from the RFA, holding 7a88b2d489 on back untill we adress that in the ECS pass with 4.1
This commit is contained in:
parent
0a1fd3c278
commit
4fd8436911
|
|
@ -481,6 +481,7 @@ void Splash::processTick(const Move*)
|
|||
if( mCurrMS >= mEndingMS )
|
||||
{
|
||||
mDead = true;
|
||||
deleteObject();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue