mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +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 )
|
if( mCurrMS >= mEndingMS )
|
||||||
{
|
{
|
||||||
mDead = true;
|
mDead = true;
|
||||||
|
deleteObject();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue