Browse Source

make sure posHprBroadcast task is stopped on deletion

Darren Ranalli 21 years ago
parent
commit
b966a79427
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/distributed/DistributedSmoothNodeBase.py

+ 2 - 1
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 ###