1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Added translation support to Godot

included is a French translation!
This commit is contained in:
Juan Linietsky
2016-05-27 19:58:28 -03:00
parent 8be2fabbe5
commit bccdc11dde
10 changed files with 5847 additions and 13 deletions

View File

@@ -135,7 +135,7 @@ size_t FileAccessMemory::get_len() const {
bool FileAccessMemory::eof_reached() const {
return pos >= length;
return pos > length;
}
uint8_t FileAccessMemory::get_8() const {