diff options
| author | REBELLIOUSX\Rebel_X | 2016-12-22 07:05:56 -0600 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-12 19:15:28 +0100 |
| commit | 2fbae72d14a4849d7aa9c066a9101aa063399328 (patch) | |
| tree | b1142a996c0a5310d24f3107b788484780cb4c06 | |
| parent | dbeb1ca114ec6f40cae84c422dad66513f3edad7 (diff) | |
| download | godot-2fbae72d14a4849d7aa9c066a9101aa063399328.tar.gz godot-2fbae72d14a4849d7aa9c066a9101aa063399328.tar.zst godot-2fbae72d14a4849d7aa9c066a9101aa063399328.zip | |
Fix issue #7331
A Drive with "Z" letter assigned to it on Windows will be shown.
(cherry picked from commit 20d6af6028c97c6135faa0d937e9d0a458fb0fd1)
| -rw-r--r-- | drivers/windows/dir_access_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/dir_access_windows.h b/drivers/windows/dir_access_windows.h index 6861291fd..28880133b 100644 --- a/drivers/windows/dir_access_windows.h +++ b/drivers/windows/dir_access_windows.h @@ -44,7 +44,7 @@ struct DirAccessWindowsPrivate; class DirAccessWindows : public DirAccess { enum { - MAX_DRIVES=25 + MAX_DRIVES=26 }; |
