mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-03 18:57:27 -04:00
SDL3: Fix only 1 filter type showing on save dialog
This commit is contained in:
parent
dc108719e9
commit
2bd057d829
@ -426,7 +426,7 @@ cc_result Window_SaveFileDialog(const struct SaveFileDialogArgs* args) {
|
||||
|
||||
dlgCallback = args->Callback;
|
||||
save_filters = filters;
|
||||
SDL_ShowSaveFileDialog(DialogCallback, NULL, win_handle, filters, 1, defName);
|
||||
SDL_ShowSaveFileDialog(DialogCallback, NULL, win_handle, filters, i, defName);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user