mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-16 19:00:56 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ void Splash::processTick(const Move*)
|
|||
if( mCurrMS >= mEndingMS )
|
||||
{
|
||||
mDead = true;
|
||||
deleteObject();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue