From 6960d34edc0f9d4893abac8c69d890cbe6be7106 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Sat, 30 Jun 2007 01:24:36 +0000 Subject: [PATCH] added comment about d_broadcastPosHpr --- direct/src/distributed/DistributedSmoothNodeBase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/distributed/DistributedSmoothNodeBase.py b/direct/src/distributed/DistributedSmoothNodeBase.py index cd4991aa85..7aa2eda157 100755 --- a/direct/src/distributed/DistributedSmoothNodeBase.py +++ b/direct/src/distributed/DistributedSmoothNodeBase.py @@ -53,6 +53,7 @@ class DistributedSmoothNodeBase: BT.XYH: self.cnode.broadcastPosHprXyh, 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] # Set stagger to non-zero to randomly delay the initial task execution