2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 03:47:42 +00:00

Character cooking fixes

This commit is contained in:
Jack Andersen
2016-08-21 14:11:18 -10:00
parent 5eab081c60
commit bf049843e1
11 changed files with 57 additions and 26 deletions

View File

@@ -135,7 +135,7 @@ CINF::CINF(const Armature& armature, std::unordered_map<std::string, atInt32>& i
if (bone->children.size())
{
int curId = 4;
RecursiveAddArmatureBone(armature, armature.getChild(bone, 0), 3, curId, idMap, nameMap);
RecursiveAddArmatureBone(armature, bone, 3, curId, idMap, nameMap);
}
bones.emplace_back();