added empty-node debugging

This commit is contained in:
Darren Ranalli 2004-08-24 02:50:56 +00:00
parent f8c53e1a4b
commit c83adf5b41

View File

@ -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()