Skip to content

Fix ReadDouble Load#20

Merged
Noggog merged 1 commit intodevfrom
vk/fb96-fix-readdouble-l
Feb 23, 2026
Merged

Fix ReadDouble Load#20
Noggog merged 1 commit intodevfrom
vk/fb96-fix-readdouble-l

Conversation

@Noggog
Copy link
Owner

@Noggog Noggog commented Feb 23, 2026

Byte count is 4 instead of 8

BinaryReadStream.ReadDouble() was calling LoadPosition(4) instead of
LoadPosition(8), reading only 4 bytes (float size) instead of the 8
bytes required for a double.
@Noggog Noggog merged commit 3fb0907 into dev Feb 23, 2026
17 checks passed
@Noggog Noggog deleted the vk/fb96-fix-readdouble-l branch February 23, 2026 22:37
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