Skip to content

Commit

Permalink
Fixed bug for 2 different skeletons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentalimbed committed Oct 27, 2022
1 parent 09d2591 commit 9c9886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void process(int argc, char* argv[])
if (temp_str.find("NPC COM") != temp_str.npos)
com_2 = idx;
}
anno_tracks[anim_a->m_numberOfTransformTracks + 2].m_trackName = "NPC";
anno_tracks[anim_v->m_numberOfTransformTracks + 2].m_trackName = "NPC";
for (auto i = 0; i < anim_a->m_numberOfTransformTracks; i++)
{
auto idx = i + anim_v->m_numberOfTransformTracks + 3;
Expand Down

0 comments on commit 9c9886f

Please sign in to comment.