[Core] fix issue with unchecked collect animation option.

This commit is contained in:
Razmoth
2023-07-22 18:47:41 +04:00
parent acbb7e78d5
commit 3cf21c305a

View File

@@ -92,11 +92,14 @@ namespace AssetStudio
}
else
{
if (animationList != null)
{
foreach (var animationClip in animationList)
{
animationClipHashSet.Add(animationClip);
}
}
}
ConvertAnimations();
}