mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-04 05:36:12 +00:00
Fix a stupid issue
This commit is contained in:
@@ -1488,7 +1488,7 @@ namespace SabreTools.Serialization.Deserializers
|
||||
if (nameEntry)
|
||||
obj.NameOffset = data.ReadUInt32LittleEndian();
|
||||
else
|
||||
obj.IntegerID = obj.NameOffset;
|
||||
obj.IntegerID = data.ReadUInt32LittleEndian();
|
||||
|
||||
uint offset = data.ReadUInt32LittleEndian();
|
||||
if ((offset & 0x80000000) != 0)
|
||||
|
||||
Reference in New Issue
Block a user