mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Fix Windows Mono build
This commit is contained in:
parent
0fcc19854f
commit
c8ade8618b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue