mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@de37627404
This commit is contained in:
@@ -364,7 +364,7 @@ String DirAccessWindows::get_filesystem_type() const {
|
||||
&dwFileSystemFlags,
|
||||
szFileSystemName,
|
||||
sizeof(szFileSystemName)) == TRUE) {
|
||||
return String::utf16((const char16_t *)szFileSystemName);
|
||||
return String::utf16((const char16_t *)szFileSystemName).to_upper();
|
||||
}
|
||||
|
||||
ERR_FAIL_V("");
|
||||
|
||||
Reference in New Issue
Block a user