mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -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)
|
||||
|
||||
if hasattr(self, 'soundNode'):
|
||||
self.soundNode.cleanup()
|
||||
self.soundNode.removeNode()
|
||||
del self.soundNode
|
||||
|
||||
self.node.cleanup()
|
||||
|
|
Loading…
Reference in a new issue