XTX : Support loading array levels

This commit is contained in:
KillzXGaming 2021-10-11 19:12:37 -04:00
parent f8c0848ec3
commit 6d2df20b71

View file

@ -462,7 +462,7 @@ namespace FirstPlugin
BlockHeightLog2 = TextureLayout1 & 7;
Format = ConvertFormat(XTXFormat);
ArrayCount = 1;
ArrayCount = (uint)(DataSize / SliceSize);
}
public byte[] Write()