1
0
mirror of synced 2025-02-21 04:58:41 +01:00

Fix cmb parsing issues

This commit is contained in:
KillzXGaming 2019-11-10 17:07:20 -05:00
parent ed4ef23eb7
commit ee9c255be4

View File

@ -1013,7 +1013,7 @@ namespace FirstPlugin
uint count = reader.ReadUInt16();
if (header.Version >= CMBVersion.LM3DS)
unks = reader.ReadBytes(56);
unks = reader.ReadBytes(50);
else
unks = reader.ReadBytes(26);