Try to fix build
This commit is contained in:
parent
de3aa521ed
commit
248fed502e
@ -68,7 +68,7 @@ namespace FirstPlugin
|
||||
|
||||
Width = reader.ReadUInt16();
|
||||
Height = reader.ReadUInt16();
|
||||
_ = reader.ReadInt16();
|
||||
reader.ReadInt16();
|
||||
//Turn this format into a common format used by this tool
|
||||
ushort texFormat = reader.ReadUInt16();
|
||||
Format = FormatsTXE[texFormat];
|
||||
|
Loading…
Reference in New Issue
Block a user