Updated to reflect changes from BinaryReader.cs
This commit is contained in:
parent
d8faa0d842
commit
8d80fb72f7
@ -423,7 +423,7 @@ namespace RobloxFiles.BinaryFormat.Chunks
|
||||
|
||||
break;
|
||||
case PropertyType.Int64:
|
||||
long[] int64s = Reader.ReadInterlaced(instCount, (buffer, start) =>
|
||||
long[] int64s = Reader.ReadInterleaved(instCount, (buffer, start) =>
|
||||
{
|
||||
long result = BitConverter.ToInt64(buffer, start);
|
||||
return (long)((ulong)result >> 1) ^ (-(result & 1));
|
||||
|
Loading…
Reference in New Issue
Block a user