You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix Windows Mono build
This commit is contained in:
@@ -92,7 +92,7 @@ String cwd() {
|
||||
return ".";
|
||||
}
|
||||
|
||||
String result = String::utf16((buffer.ptr());
|
||||
String result = String::utf16(buffer.ptr());
|
||||
if (result.is_empty()) {
|
||||
return ".";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user