mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-27 02:55:11 -04: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user