Skip to content

Commit 46fde12

Browse files
format: RotationLerper format fix (#681)
1 parent c5f2f7f commit 46fde12

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)