mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
added comment about d_broadcastPosHpr
This commit is contained in:
parent
e230108209
commit
6960d34edc
@ -53,6 +53,7 @@ class DistributedSmoothNodeBase:
|
|||||||
BT.XYH: self.cnode.broadcastPosHprXyh,
|
BT.XYH: self.cnode.broadcastPosHprXyh,
|
||||||
BT.XY: self.cnode.broadcastPosHprXy,
|
BT.XY: self.cnode.broadcastPosHprXy,
|
||||||
}
|
}
|
||||||
|
# this comment is here so it will show up in a grep for 'def d_broadcastPosHpr'
|
||||||
self.d_broadcastPosHpr = broadcastFuncs[self.broadcastType]
|
self.d_broadcastPosHpr = broadcastFuncs[self.broadcastType]
|
||||||
|
|
||||||
# Set stagger to non-zero to randomly delay the initial task execution
|
# Set stagger to non-zero to randomly delay the initial task execution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user