1
0
mirror of synced 2024-12-02 19:17:24 +01:00

Try to fix build

This commit is contained in:
KillzXGaming 2019-08-04 11:50:04 -04:00
parent de3aa521ed
commit 248fed502e

View File

@ -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];