Normalized imgui and added texture filter (#271)

* Normalized imgui and added texture filter and fixed develop

* Fixed incorrect separator title
This commit is contained in:
KiritoDev 2022-05-11 09:59:56 -05:00 committed by GitHub
commit 2e1a0b5144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 221 additions and 182 deletions

View file

@ -1101,7 +1101,7 @@ void DrawSaveEditor(bool& open) {
}
void InitSaveEditor() {
SohImGui::AddWindow("Debug", "Save Editor", DrawSaveEditor);
SohImGui::AddWindow("Developer Tools", "Save Editor", DrawSaveEditor);
// Load item icons into ImGui
for (const auto& entry : itemMapping) {