1
0
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:
scgm0
2025-04-01 06:45:33 +08:00
parent 0fcc19854f
commit c8ade8618b

View File

@@ -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 ".";
} }