mirror of
https://github.com/raysan5/raygui.git
synced 2026-04-10 01:09:11 -04:00
Update gui_window_file_dialog.h
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user