Closed divinity76 closed 5 years ago
... the old code would essentially give you a peekU16, meaning it would return the wrong value for anything higer than 65535 (because little-endian uint32 doesn't use the last 2 bytes for numbers lower than 65535)
sorry, my bad.
... the old code would essentially give you a peekU16, meaning it would return the wrong value for anything higer than 65535 (because little-endian uint32 doesn't use the last 2 bytes for numbers lower than 65535)
sorry, my bad.