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 82dfdad commit a3236aeCopy full SHA for a3236ae
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