Skip to content

Commit a3236ae

Browse files
trailing line fix
1 parent 82dfdad commit a3236ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Utils/RotationLerper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public Quaternion LerpRotation(Quaternion current, Quaternion target)
5050
return Quaternion.Slerp(m_LerpStart, target, lerpPercentage);
5151
}
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)