mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
No longer require ClientMissionCleanup to be present to add particle emitters.
This commit is contained in:
parent
66775714ef
commit
36da869187
1 changed files with 0 additions and 5 deletions
|
|
@ -757,11 +757,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