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