Comments spelling fixes

This commit is contained in:
Adrien Ufferte
2025-06-15 01:36:10 +02:00
parent 1218a16de5
commit a11a64fbf4
6 changed files with 7 additions and 7 deletions

View File

@ -402,7 +402,7 @@ Error SkinTool::_determine_skeletons(
for (GLTFSkinIndex skin_i = 0; skin_i < skins.size(); ++skin_i) {
Ref<GLTFSkin> skin = skins.write[skin_i];
// If any of the the skeletons nodes exist in a skin, that skin now maps to the skeleton
// If any of the skeletons nodes exist in a skin, that skin now maps to the skeleton
for (int i = 0; i < skeleton_nodes.size(); ++i) {
SkinNodeIndex skel_node_i = skeleton_nodes[i];
if (skin->joints.has(skel_node_i) || skin->non_joints.has(skel_node_i)) {