DO NOT USE BECAUSE THIS WILL FAIL

This commit is contained in:
tildearrow 2024-03-18 19:45:04 -05:00
parent 050159a1e6
commit a28c233c77
2 changed files with 59 additions and 56 deletions

View file

@ -91,7 +91,7 @@ void FurnaceGUI::drawNewSong() {
ImGui::TableNextColumn();
int index=0;
for (FurnaceGUISysCategory& i: sysCategories) {
if (ImGui::Selectable(i.name,newSongCategory==index,ImGuiSelectableFlags_DontClosePopups)) { \
if (ImGui::Selectable(i.name,newSongCategory==index,ImGuiSelectableFlags_DontClosePopups)) {
newSongCategory=index;
}
if (ImGui::IsItemHovered()) {