From b4edf464e1d1b425eb60544dd1241f2f1d424d50 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 7 Jul 2003 17:44:51 +0000 Subject: [PATCH] ensure smooth position is updated correctly on generate --- direct/src/distributed/DistributedSmoothNode.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/direct/src/distributed/DistributedSmoothNode.py b/direct/src/distributed/DistributedSmoothNode.py index 0d2c04106c..3c9c0f57b6 100644 --- a/direct/src/distributed/DistributedSmoothNode.py +++ b/direct/src/distributed/DistributedSmoothNode.py @@ -273,6 +273,8 @@ class DistributedSmoothNode(DistributedNode.DistributedNode): self.smoother.clearPositions(1) self.smoother.markPosition() + self.forceToTruePosition() + def setComponentTLive(self, timestamp): # This is the variant of setComponentT() that will be called # whenever we receive a live update directly from the other