[Orxonox-commit 1136] r5857 - code/branches/core5/src/orxonox/graphics

scheusso at orxonox.net scheusso at orxonox.net
Fri Oct 2 10:47:45 CEST 2009


Author: scheusso
Date: 2009-10-02 10:47:44 +0200 (Fri, 02 Oct 2009)
New Revision: 5857

Modified:
   code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc
Log:
fixed a bug which caused particle mess (no deletion of particlespawners) on dedicated server


Modified: code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc
===================================================================
--- code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc	2009-10-02 08:30:56 UTC (rev 5856)
+++ code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc	2009-10-02 08:47:44 UTC (rev 5857)
@@ -87,9 +87,6 @@
 
     void ParticleSpawner::startParticleSpawner()
     {
-        if (!this->particles_)
-            return;
-
         this->setActive(false);
 
         if (this->bForceDestroy_ || this->bSuppressStart_)




More information about the Orxonox-commit mailing list