mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-17 00:02:40 -05: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