From b5affce3b1f25a6760bb704963bff7fb8f01f8a6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 22 Mar 2002 18:26:58 +0000 Subject: [PATCH] minor pgraph compatibility --- direct/src/particles/Particles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/particles/Particles.py b/direct/src/particles/Particles.py index fcbacf03e3..d89716cb02 100644 --- a/direct/src/particles/Particles.py +++ b/direct/src/particles/Particles.py @@ -131,7 +131,7 @@ class Particles(ParticleSystem.ParticleSystem): self.renderer = LineParticleRenderer.LineParticleRenderer() elif (type == "GeomParticleRenderer"): self.renderer = GeomParticleRenderer.GeomParticleRenderer() - npath = hidden.attachNewNode(NamedNode('default-geom')) + npath = hidden.attachNewNode('default-geom') # This was moved here because we do not want to download # the direct tools with toontown. import DirectSelection