mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
This commit is contained in:
parent
a837ae9701
commit
aa35346472
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class GenericAnimatedProp(AnimatedProp.AnimatedProp):
|
||||||
AnimatedProp.AnimatedProp.delete(self)
|
AnimatedProp.AnimatedProp.delete(self)
|
||||||
|
|
||||||
if hasattr(self, 'soundNode'):
|
if hasattr(self, 'soundNode'):
|
||||||
self.soundNode.cleanup()
|
self.soundNode.removeNode()
|
||||||
del self.soundNode
|
del self.soundNode
|
||||||
|
|
||||||
self.node.cleanup()
|
self.node.cleanup()
|
||||||
|
|
Loading…
Reference in a new issue