mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
fixed bug
This commit is contained in:
@ -738,6 +738,8 @@ namespace Unity_Studio
|
||||
case TextureFormat.EAC_RG:
|
||||
case TextureFormat.EAC_RG_SIGNED:
|
||||
preloadData.extension = ".ktx"; break;
|
||||
default:
|
||||
preloadData.extension = ".dat"; break;
|
||||
}
|
||||
|
||||
switch (m_FilterMode)
|
||||
|
Reference in New Issue
Block a user