diff options
| author | Alexander Holland | 2016-03-14 16:03:18 +0100 |
|---|---|---|
| committer | Alexander Holland | 2016-03-14 16:03:18 +0100 |
| commit | 751c1deef1086cd3c708e6ef063700ed3ffdf79b (patch) | |
| tree | 26c060c7e8d3909dc8288583ee7ed1e0fe040421 /scene/gui/file_dialog.h | |
| parent | c6e57bf514cb3cfd12f5eae9a96b0e0cef3af923 (diff) | |
| download | godot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.tar.gz godot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.tar.zst godot-751c1deef1086cd3c708e6ef063700ed3ffdf79b.zip | |
Diffstat (limited to 'scene/gui/file_dialog.h')
| -rw-r--r-- | scene/gui/file_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h index 2042adbc2..1fcf8387c 100644 --- a/scene/gui/file_dialog.h +++ b/scene/gui/file_dialog.h @@ -57,7 +57,8 @@ public: MODE_OPEN_FILE, MODE_OPEN_FILES, MODE_OPEN_DIR, - MODE_SAVE_FILE, + MODE_OPEN_ANY, + MODE_SAVE_FILE }; typedef Ref<Texture> (*GetIconFunc)(const String&); |
