mirror of https://github.com/godotengine/godot
Fix Windows Mono build
This commit is contained in:
parent
0fcc19854f
commit
c8ade8618b
|
|
@ -92,7 +92,7 @@ String cwd() {
|
|||
return ".";
|
||||
}
|
||||
|
||||
String result = String::utf16((buffer.ptr());
|
||||
String result = String::utf16(buffer.ptr());
|
||||
if (result.is_empty()) {
|
||||
return ".";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue