mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
IGFD: wow memory corruption right there
This commit is contained in:
parent
accec6d865
commit
e532118381
1 changed files with 1 additions and 1 deletions
2
extern/igfd/ImGuiFileDialog.cpp
vendored
2
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -1189,7 +1189,7 @@ namespace IGFD
|
|||
IGFD::FileManager::FileManager()
|
||||
{
|
||||
puFsRoot = std::string(1u, PATH_SEP);
|
||||
for (int i=0; i<5; i++) {
|
||||
for (int i=0; i<4; i++) {
|
||||
puSortingDirection[i]=true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue