Skip to content

Fix ReadDouble#18

Closed
Noggog wants to merge 1 commit intodevfrom
vk/a8d7-just-testing-som
Closed

Fix ReadDouble#18
Noggog wants to merge 1 commit intodevfrom
vk/a8d7-just-testing-som

Conversation

@Noggog
Copy link
Owner

@Noggog Noggog commented Feb 23, 2026

No description provided.

ReadDouble was loading only 4 bytes instead of 8. This was likely a
copy-paste error from ReadFloat which correctly uses 4 bytes.

A double is 8 bytes, so LoadPosition(8) is required to ensure the
buffer has enough data loaded before reading.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Noggog Noggog closed this Feb 23, 2026
@Noggog Noggog deleted the vk/a8d7-just-testing-som branch February 25, 2026 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant