Преглед изворни кода

No longer require ClientMissionCleanup to be present to add particle emitters.

Daniel Buckmaster пре 12 година
родитељ
комит
36da869187
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      Engine/source/T3D/fx/particleEmitter.cpp

+ 0 - 5
Engine/source/T3D/fx/particleEmitter.cpp

@@ -757,11 +757,6 @@ bool ParticleEmitter::onAdd()
    {
       cleanup->addObject( this );
    }
-   else
-   {
-      AssertFatal( false, "Error, could not find ClientMissionCleanup group" );
-      return false;
-   }
 
    removeFromProcessList();