mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
remove func ref
This commit is contained in:
parent
eead112d48
commit
9bd9b1a99b
@ -64,6 +64,8 @@ class DistributedSmoothNodeBase:
|
||||
|
||||
def stopPosHprBroadcast(self):
|
||||
taskMgr.remove(self.getPosHprBroadcastTaskName())
|
||||
# Delete this callback because it maintains a reference to self
|
||||
self.d_broadcastPosHpr = None
|
||||
|
||||
def startPosHprBroadcast(self, period=.2, stagger=0, type=None):
|
||||
BT = DistributedSmoothNodeBase.BroadcastTypes
|
||||
|
Loading…
x
Reference in New Issue
Block a user