mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
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