You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
This commit is contained in:
@@ -293,7 +293,6 @@ uint8_t FileAccessCompressed::get_8() const {
|
||||
} else {
|
||||
read_block--;
|
||||
at_end = true;
|
||||
ret = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user