XTX : Support loading array levels
This commit is contained in:
parent
f8c0848ec3
commit
6d2df20b71
@ -462,7 +462,7 @@ namespace FirstPlugin
|
|||||||
|
|
||||||
BlockHeightLog2 = TextureLayout1 & 7;
|
BlockHeightLog2 = TextureLayout1 & 7;
|
||||||
Format = ConvertFormat(XTXFormat);
|
Format = ConvertFormat(XTXFormat);
|
||||||
ArrayCount = 1;
|
ArrayCount = (uint)(DataSize / SliceSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
public byte[] Write()
|
public byte[] Write()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user