mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Fixed #835
This commit is contained in:
parent
05a41d2f1e
commit
2ef52afe1e
@ -164,7 +164,10 @@ namespace AssetStudio
|
|||||||
{
|
{
|
||||||
if (animation.TryGet(out var animationClip))
|
if (animation.TryGet(out var animationClip))
|
||||||
{
|
{
|
||||||
boundAnimationPathDic.Add(animationClip, GetTransformPath(m_Transform));
|
if (!boundAnimationPathDic.ContainsKey(animationClip))
|
||||||
|
{
|
||||||
|
boundAnimationPathDic.Add(animationClip, GetTransformPath(m_Transform));
|
||||||
|
}
|
||||||
animationClipHashSet.Add(animationClip);
|
animationClipHashSet.Add(animationClip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user