mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Fix typo.
This commit is contained in:
parent
fd0486ff7e
commit
f080b6041e
@ -119,7 +119,7 @@ func set_handle(index: int, camera: Camera, point: Vector2):
|
|||||||
if (axis_constraint & AxisConstraint.Y) != 0:
|
if (axis_constraint & AxisConstraint.Y) != 0:
|
||||||
ofs.y = relative.y * -0.01
|
ofs.y = relative.y * -0.01
|
||||||
else:
|
else:
|
||||||
ofs.x = 0
|
ofs.y = 0
|
||||||
|
|
||||||
if (axis_constraint & AxisConstraint.Z) != 0:
|
if (axis_constraint & AxisConstraint.Z) != 0:
|
||||||
ofs.z *= relative.x * 0.01
|
ofs.z *= relative.x * 0.01
|
||||||
|
Loading…
Reference in New Issue
Block a user