From 26127a4d286a6a19cdf4eef6de19637d390b3128 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Tue, 30 Jan 2001 21:55:52 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/particles/Particles.py | 1 + 1 file changed, 1 insertion(+) 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):