mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
Fixed #373
This commit is contained in:
@ -673,6 +673,7 @@ namespace AssetStudio
|
||||
}
|
||||
}
|
||||
iAnim.Name = name;
|
||||
iAnim.SampleRate = animationClip.m_SampleRate;
|
||||
iAnim.TrackList = new List<ImportedAnimationKeyframedTrack>();
|
||||
AnimationList.Add(iAnim);
|
||||
if (animationClip.m_Legacy)
|
||||
|
Reference in New Issue
Block a user