minor pgraph compatibility

This commit is contained in:
David Rose 2002-03-22 18:26:58 +00:00
parent e01cb59d06
commit b5affce3b1

View File

@ -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