GUI: update song information

This commit is contained in:
tildearrow 2022-07-23 18:53:49 -05:00
parent dfcb9551e7
commit 984d61d081
1 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,8 @@ void FurnaceGUI::drawSongInfo() {
}
ImGui::EndTable();
}
ImGui::TextWrapped("if this feels incomplete, go to Subsongs.\nthe outcome of this Song Information window will be determined by a poll on the Furnace Discord.");
}
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_SONG_INFO;
ImGui::End();