John 2015-06-25 01:33:09 +03:00
parent a837ae9701
commit aa35346472

View file

@ -43,7 +43,7 @@ class GenericAnimatedProp(AnimatedProp.AnimatedProp):
AnimatedProp.AnimatedProp.delete(self)
if hasattr(self, 'soundNode'):
self.soundNode.cleanup()
self.soundNode.removeNode()
del self.soundNode
self.node.cleanup()