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

View File

@@ -92,7 +92,7 @@ String cwd() {
return ".";
}
String result = String::utf16((buffer.ptr());
String result = String::utf16(buffer.ptr());
if (result.is_empty()) {
return ".";
}