mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
minor pgraph compatibility
This commit is contained in:
parent
e01cb59d06
commit
b5affce3b1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user