fixed bugs

This commit is contained in:
Perfare
2019-04-18 11:07:51 +08:00
parent 8946a4fba5
commit edb6256fc9
7 changed files with 16 additions and 24 deletions

View File

@ -803,7 +803,8 @@ namespace AssetStudio
return;
}
var track = iAnim.FindTrack(GetPathFromHash(binding.path));
var path = FixBonePath(GetPathFromHash(binding.path));
var track = iAnim.FindTrack(path);
switch (binding.attribute)
{