mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
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:
parent
091983b3e3
commit
2e1a0b5144
11 changed files with 221 additions and 182 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue