Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/tsStaticCleanup

This commit is contained in:
AzaezelX 2022-08-07 15:55:22 -05:00
commit 23bc293b88
2 changed files with 2 additions and 22 deletions

View file

@ -481,6 +481,7 @@ void Splash::processTick(const Move*)
if( mCurrMS >= mEndingMS )
{
mDead = true;
deleteObject();
}
}
}