mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -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
|
pass
|
||||||
|
|
||||||
def delete(self):
|
def delete(self):
|
||||||
pass
|
# make sure our task is gone
|
||||||
|
self.stopPosHprBroadcast()
|
||||||
|
|
||||||
### distributed set pos and hpr functions ###
|
### distributed set pos and hpr functions ###
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user