mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix issue #7331
A Drive with "Z" letter assigned to it on Windows will be shown.
(cherry picked from commit 20d6af6028)
This commit is contained in:
committed by
Rémi Verschelde
parent
dbeb1ca114
commit
2fbae72d14
@@ -44,7 +44,7 @@ struct DirAccessWindowsPrivate;
|
||||
class DirAccessWindows : public DirAccess {
|
||||
|
||||
enum {
|
||||
MAX_DRIVES=25
|
||||
MAX_DRIVES=26
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user