ensure smooth position is updated correctly on generate
This commit is contained in:
parent
dea75b3cd0
commit
b4edf464e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue