diff --git a/direct/src/particles/Particles.py b/direct/src/particles/Particles.py index 82ba53b921..236592219b 100644 --- a/direct/src/particles/Particles.py +++ b/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):