IGFD: wow memory corruption right there
This commit is contained in:
parent
accec6d865
commit
e532118381
2
extern/igfd/ImGuiFileDialog.cpp
vendored
2
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -1189,7 +1189,7 @@ namespace IGFD
|
||||||
IGFD::FileManager::FileManager()
|
IGFD::FileManager::FileManager()
|
||||||
{
|
{
|
||||||
puFsRoot = std::string(1u, PATH_SEP);
|
puFsRoot = std::string(1u, PATH_SEP);
|
||||||
for (int i=0; i<5; i++) {
|
for (int i=0; i<4; i++) {
|
||||||
puSortingDirection[i]=true;
|
puSortingDirection[i]=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue