- [Core] bug fixes #75

This commit is contained in:
Razmoth
2024-02-18 13:18:59 +04:00
parent e1d7f5301a
commit cf2e750333
2 changed files with 3 additions and 3 deletions

View File

@@ -220,8 +220,8 @@ namespace AssetStudio.GUI
break;
case Mesh _ when ClassIDType.Mesh.CanExport():
case TextAsset _ when ClassIDType.TextAsset.CanExport():
case AnimationClip _ when ClassIDType.Font.CanExport():
case Font _ when ClassIDType.GameObject.CanExport():
case AnimationClip _ when ClassIDType.AnimationClip.CanExport():
case Font _ when ClassIDType.Font.CanExport():
case MovieTexture _ when ClassIDType.MovieTexture.CanExport():
case Sprite _ when ClassIDType.Sprite.CanExport():
case Material _ when ClassIDType.Material.CanExport():