You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
[iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.has(ti.inherits)" error spam on start.
This commit is contained in:
@@ -565,7 +565,7 @@ String OS_Unix::get_executable_path() const {
|
||||
WARN_PRINT("MAXPATHLEN is too small");
|
||||
}
|
||||
|
||||
String path(resolved_path);
|
||||
String path = String::utf8(resolved_path);
|
||||
delete[] resolved_path;
|
||||
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user