diff --git a/direct/src/directtools/DirectManipulation.py b/direct/src/directtools/DirectManipulation.py index d7aeb1ee3b..b6ca76802c 100644 --- a/direct/src/directtools/DirectManipulation.py +++ b/direct/src/directtools/DirectManipulation.py @@ -1368,7 +1368,7 @@ class ObjectHandles(NodePath, DirectObject): self.setScalingFactor(1) def setScalingFactor(self, scaleFactor): - self.ohScalingFactor = self.ohScalingFactor * scaleFactor + self.ohScalingFactor = scaleFactor self.scalingNode.setScale(self.ohScalingFactor * self.directScalingFactor) def getScalingFactor(self):