fix incorrect texture bug

This commit is contained in:
David Rose 2005-10-12 22:28:50 +00:00
parent ee145655e2
commit 3cf1d513f2
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class SpriteParticleRendererExt(SpriteParticleRenderer):
if (m == None):
print "SpriteParticleRendererExt: Couldn't find model: %s!" % modelName
return False
nodeName = self.getSourceNodeName()
np = m.find(nodeName)
if np.isEmpty():
print "SpriteParticleRendererExt: Couldn't find node: %s!" % nodeName