We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2f7f commit 46fde12Copy full SHA for 46fde12
Assets/Scripts/Utils/RotationLerper.cs
@@ -50,4 +50,4 @@ public Quaternion LerpRotation(Quaternion current, Quaternion target)
50
return Quaternion.Slerp(m_LerpStart, target, lerpPercentage);
51
}
52
53
-}
+}
0 commit comments