Fixed enum property handler.
This commit is contained in:
parent
8d80fb72f7
commit
2e2815c1f0
@ -290,7 +290,7 @@ namespace RobloxFiles.BinaryFormat.Chunks
|
|||||||
// TODO: I want to map these values to actual Roblox enums, but I'll have to add an
|
// TODO: I want to map these values to actual Roblox enums, but I'll have to add an
|
||||||
// interpreter for the JSON API Dump to do it properly.
|
// interpreter for the JSON API Dump to do it properly.
|
||||||
|
|
||||||
uint[] enums = Reader.ReadInterlaced(instCount, BitConverter.ToUInt32);
|
uint[] enums = Reader.ReadInterleaved(instCount, BitConverter.ToUInt32);
|
||||||
loadProperties(i => enums[i]);
|
loadProperties(i => enums[i]);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user