mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Merge pull request #836 from Azaezel/alpha40/dripdrop
targeted fix for #45
This commit is contained in:
commit
63f7045fd8
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