summaryrefslogtreecommitdiff
path: root/src/save.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/save.c')
-rw-r--r--src/save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save.c b/src/save.c
index 2453c98..5b4b4a3 100644
--- a/src/save.c
+++ b/src/save.c
@@ -230,7 +230,7 @@ void load_project_from_folder(char *path_buf)
string_appendn(total_path, "/", MAX_INPUT_LENGTH);
#endif
- platform_list_files_block(&files, total_path, filters, false, 0, false, &is_cancelled);
+ platform_list_files_block(&files, total_path, filters, false, 0, false, &is_cancelled, 0);
for (s32 i = 0; i < files.length; i++)
{
found_file *file = array_at(&files, i);