fixed bugs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user