From c83adf5b41976c01c170e4085dfd679d8451513e Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Tue, 24 Aug 2004 02:50:56 +0000 Subject: [PATCH] added empty-node debugging --- 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 6655e7de87..461587037a 100755 --- a/direct/src/distributed/DistributedSmoothNodeBase.py +++ b/direct/src/distributed/DistributedSmoothNodeBase.py @@ -200,6 +200,7 @@ class DistributedSmoothNodeBase: def d_broadcastPosHpr_XYH(self): # send out the minimal bits to describe our new position + assert not self.isEmpty(), 'DistributedSmoothNode %s has been removed from graph?' % self.doId xyz = self.getPos() h = self.getH()