1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00
A Drive with "Z" letter assigned to it on Windows will be shown.
This commit is contained in:
REBELLIOUSX\Rebel_X
2016-12-22 07:05:56 -06:00
parent 2c8a172915
commit 20d6af6028

View File

@@ -44,7 +44,7 @@ struct DirAccessWindowsPrivate;
class DirAccessWindows : public DirAccess {
enum {
MAX_DRIVES=25
MAX_DRIVES=26
};