mirror of
https://github.com/godotengine/godot.git
synced 2025-04-19 01:27:45 +08:00
Capitalise drive letters
Matches how other application like to display the drive letters
This commit is contained in:
parent
d41cd57595
commit
501fabe914
@ -394,7 +394,7 @@ DirAccessWindows::DirAccessWindows() {
|
||||
|
||||
if (mask & (1 << i)) { //DRIVE EXISTS
|
||||
|
||||
drives[drive_count] = 'a' + i;
|
||||
drives[drive_count] = 'A' + i;
|
||||
drive_count++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user