Explorar el Código

*** empty log message ***

Mike Goslin hace 25 años
padre
commit
26127a4d28
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      direct/src/particles/Particles.py

+ 1 - 0
direct/src/particles/Particles.py

@@ -64,6 +64,7 @@ class Particles(ParticleSystem.ParticleSystem):
 	self.setEmitter("SphereVolumeEmitter")
 
 	# Enable particles by default
+	self.fEnabled = 0
 	self.enable()
 
     def enable(self):