Skip to content

Commit 04014ad

Browse files
committed
Remove extra space in comment
1 parent 95309c2 commit 04014ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Extensions/QuaternionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class QuaternionExtensions
1616
/// <param name="target">The position we are trying to reach.</param>
1717
/// <param name="currentVelocity">The current velocity, this value is modified by the function every time you call it.</param>
1818
/// <param name="smoothTime">Approximately the time it will take to reach the target. A smaller value will reach the target faster.</param>
19-
/// <param name="maxSpeed"> Optionally allows you to clamp the maximum speed.</param>
19+
/// <param name="maxSpeed">Optionally allows you to clamp the maximum speed.</param>
2020
/// <returns>The smoothed quaternion.</returns>
2121
public static Quaternion SmoothDamp(this Quaternion current, Quaternion target, ref Quaternion currentVelocity, float smoothTime, float maxSpeed = Mathf.Infinity)
2222
{

0 commit comments

Comments
 (0)