From b966a7942745d4cfe4161d19c91e92015f18815a Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 25 Aug 2004 01:20:07 +0000 Subject: [PATCH] make sure posHprBroadcast task is stopped on deletion --- direct/src/distributed/DistributedSmoothNodeBase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/distributed/DistributedSmoothNodeBase.py b/direct/src/distributed/DistributedSmoothNodeBase.py index 461587037a..8b981d3ef9 100755 --- a/direct/src/distributed/DistributedSmoothNodeBase.py +++ b/direct/src/distributed/DistributedSmoothNodeBase.py @@ -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 ###