You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Small Issues & Maintenance
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
This commit is contained in:
@@ -426,7 +426,7 @@ static String _parse_string(const uint8_t *p_bytes,bool p_utf8) {
|
||||
|
||||
}
|
||||
offset+=2;
|
||||
printf("len %i, unicode: %i\n",len,int(p_utf8));
|
||||
//printf("len %i, unicode: %i\n",len,int(p_utf8));
|
||||
|
||||
if (p_utf8) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user