Tweak arguments of list_dir_begin()

This commit is contained in:
kobewi
2021-05-28 20:24:40 +02:00
parent 364ea7f280
commit bd50006aae
3 changed files with 9 additions and 9 deletions

View File

@ -467,7 +467,7 @@ public:
bool is_open() const;
Error list_dir_begin(bool p_skip_navigational = false, bool p_skip_hidden = false); // This starts dir listing.
Error list_dir_begin(bool p_show_navigational = false, bool p_show_hidden = false); // This starts dir listing.
String get_next();
bool current_is_dir() const;