mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-09 17:09:08 -04:00
Update gui_window_file_dialog.h
This commit is contained in:
@ -402,7 +402,6 @@ void GuiWindowFileDialog(GuiWindowFileDialogState *state)
|
||||
|
||||
// Reset state variables
|
||||
state->dirFiles.count = 0;
|
||||
state->dirFiles.capacity = 0;
|
||||
state->dirFiles.paths = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user