diff --git a/Assets/Scripts/Ozone SCMAP Code/ScmapEditor.cs b/Assets/Scripts/Ozone SCMAP Code/ScmapEditor.cs index afe03f89..0952b816 100644 --- a/Assets/Scripts/Ozone SCMAP Code/ScmapEditor.cs +++ b/Assets/Scripts/Ozone SCMAP Code/ScmapEditor.cs @@ -611,7 +611,7 @@ void GenerateArrays() if (Textures[i + 1].Normal == null) continue; - if (Textures[i + 1].Normal.width != 1024 || Textures[i + 1].Normal.height != 1024) + if (Textures[i + 1].Normal.width != AlbedoSize || Textures[i + 1].Normal.height != AlbedoSize) { Textures[i + 1].Normal = TextureScale.Bilinear(Textures[i + 1].Normal, AlbedoSize, AlbedoSize); }