mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
XTX : Support loading array levels
This commit is contained in:
parent
f8c0848ec3
commit
6d2df20b71
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ namespace FirstPlugin
|
|||
|
||||
BlockHeightLog2 = TextureLayout1 & 7;
|
||||
Format = ConvertFormat(XTXFormat);
|
||||
ArrayCount = 1;
|
||||
ArrayCount = (uint)(DataSize / SliceSize);
|
||||
}
|
||||
|
||||
public byte[] Write()
|
||||
|
|
Loading…
Reference in a new issue