Fix typo.

This commit is contained in:
Relintai 2022-01-28 13:23:26 +01:00
parent fd0486ff7e
commit f080b6041e

View File

@ -119,7 +119,7 @@ func set_handle(index: int, camera: Camera, point: Vector2):
if (axis_constraint & AxisConstraint.Y) != 0:
ofs.y = relative.y * -0.01
else:
ofs.x = 0
ofs.y = 0
if (axis_constraint & AxisConstraint.Z) != 0:
ofs.z *= relative.x * 0.01