mirror of
https://github.com/4sval/FModel.git
synced 2026-09-21 07:54:39 -05:00
iykujthgrr
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user