Skip to content

Commit d3f350b

Browse files
committed
change tabs to spaces
1 parent 2a5ceeb commit d3f350b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ public static Vector3 FindCenter(IEnumerable<GameObject> gameObjects)
884884
/// <returns>The recentered translation.</returns>
885885
/// <param name="t">Transform.</param>
886886
/// <param name="center">Center point.</param>
887-
public static Vector3 GetRecenteredTranslation(Transform t, Vector3 center)
887+
public static Vector3 GetRecenteredTranslation(Transform t, Vector3 center)
888888
{
889889
return t.position - center;
890890
}

0 commit comments

Comments
 (0)