diff options
Diffstat (limited to 'src/save.c')
| -rw-r--r-- | src/save.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
