iykujthgrr

This commit is contained in:
Asval
2026-08-10 21:17:54 +02:00
parent 704b06b650
commit 92202297db
6 changed files with 7 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ public class TabItem : ViewModel
var img = new CTexture[1];
if (texture is UTexture2DArray textureArray)
{
img = textureArray.DecodeTextureArray(null, UserSettings.Default.CurrentDir.TexturePlatform);
img = textureArray.DecodeTextureArray(UserSettings.Default.CurrentDir.TexturePlatform);
appendLayerNumber = true;
}
else