mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
make sure posHprBroadcast task is stopped on deletion
This commit is contained in:
parent
48a56fe67a
commit
b966a79427
@ -13,7 +13,8 @@ class DistributedSmoothNodeBase:
|
||||
pass
|
||||
|
||||
def delete(self):
|
||||
pass
|
||||
# make sure our task is gone
|
||||
self.stopPosHprBroadcast()
|
||||
|
||||
### distributed set pos and hpr functions ###
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user