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 2a5ceeb commit d3f350bCopy full SHA for d3f350b
Assets/FbxExporters/Editor/FbxExporter.cs
@@ -884,7 +884,7 @@ public static Vector3 FindCenter(IEnumerable<GameObject> gameObjects)
884
/// <returns>The recentered translation.</returns>
885
/// <param name="t">Transform.</param>
886
/// <param name="center">Center point.</param>
887
- public static Vector3 GetRecenteredTranslation(Transform t, Vector3 center)
+ public static Vector3 GetRecenteredTranslation(Transform t, Vector3 center)
888
{
889
return t.position - center;
890
}
0 commit comments