Dont sue xd

This commit is contained in:
Wojtek Figat
2021-12-16 18:56:18 +01:00
parent 821ba0ec3b
commit 6f9f2ccdc0
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ namespace FlaxEditor.SceneGraph.Actors
bonesBounds[boneIndex] = boneBounds;
}
// In case of problematic skeleton find the first bone to be sued as a root
// In case of problematic skeleton find the first bone to be used as a root
int forcedRootBoneIndex = -1, firstParentBoneIndex = -1;
for (int boneIndex = 0; boneIndex < bones.Length; ++boneIndex)
{