mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +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 );
|
cleanup->addObject( this );
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
AssertFatal( false, "Error, could not find ClientMissionCleanup group" );
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
removeFromProcessList();
|
removeFromProcessList();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue