Fixed: Don't mutate a BoundingBox while drawing clone tool outlines.
This commit is contained in:
parent
9381baf735
commit
a84ab25539
@ -731,7 +731,7 @@ class CloneTool(EditorTool):
|
||||
|
||||
for i in range(self.repeatCount):
|
||||
self.editor.drawConstructionCube(box, color)
|
||||
box.origin += delta
|
||||
box = BoundingBox(box.origin + delta, box.size)
|
||||
|
||||
def sourceLevel(self):
|
||||
return self.level
|
||||
|
Reference in New Issue
Block a user