Update gui_window_file_dialog.h

This commit is contained in:
Ray
2026-03-08 23:36:19 +01:00
parent e29a60b080
commit 96285a0216

View File

@ -402,7 +402,6 @@ void GuiWindowFileDialog(GuiWindowFileDialogState *state)
// Reset state variables // Reset state variables
state->dirFiles.count = 0; state->dirFiles.count = 0;
state->dirFiles.capacity = 0;
state->dirFiles.paths = NULL; state->dirFiles.paths = NULL;
} }
} }