mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
Merge pull request #384 from eightyeight/dont-stress-clientmissioncleanup
Don't require ClientMissionCleanup to exist
This commit is contained in:
commit
8d2fcf2456
1 changed files with 0 additions and 5 deletions
|
|
@ -766,11 +766,6 @@ bool ParticleEmitter::onAdd()
|
|||
{
|
||||
cleanup->addObject( this );
|
||||
}
|
||||
else
|
||||
{
|
||||
AssertFatal( false, "Error, could not find ClientMissionCleanup group" );
|
||||
return false;
|
||||
}
|
||||
|
||||
removeFromProcessList();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue