Hotfix for adding frames, spritesheets, etc.

This commit is contained in:
2025-08-28 08:37:47 -07:00
parent 8f3c666922
commit 2c62f5701c
10 changed files with 78 additions and 87 deletions

View File

@@ -488,7 +488,7 @@ struct ImguiItem
std::string dragDrop{};
std::string focusWindow{};
std::vector<std::string> items{};
AtlasType atlas;
AtlasType atlas = ATLAS_NONE;
ImGuiKeyChord chord = IMGUI_CHORD_NONE;
ImGuiKey mnemonicKey = ImGuiKey_None;
s32 mnemonicIndex = INDEX_NONE;
@@ -513,7 +513,7 @@ struct ImguiItem
s32 min{};
s32 max{};
s32 value{};
vec2 atlasOffset;
vec2 atlasOffset{};
s32 border{};
s32 flags{};
s32 windowFlags{};
@@ -553,7 +553,7 @@ struct ImguiItem
i++;
}
}
else
else
labelNew += label[i];
}