mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 12:33:12 +00:00
Fix TPL width/height mixed up
This commit is contained in:
parent
51e96ec1a5
commit
575dfe521c
1 changed files with 1 additions and 1 deletions
|
@ -260,8 +260,8 @@ namespace FirstPlugin
|
|||
|
||||
public void Read(FileReader reader)
|
||||
{
|
||||
Width = reader.ReadUInt16();
|
||||
Height = reader.ReadUInt16();
|
||||
Width = reader.ReadUInt16();
|
||||
Format = reader.ReadUInt32();
|
||||
ImageOffset = reader.ReadUInt32();
|
||||
WrapS = reader.ReadUInt32();
|
||||
|
|
Loading…
Reference in a new issue