Fix cmb parsing issues
This commit is contained in:
parent
ed4ef23eb7
commit
ee9c255be4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user