GUI: the poll

This commit is contained in:
tildearrow 2022-07-27 17:57:36 -05:00
parent 2b4b320a74
commit b3e9f53ec4
2 changed files with 0 additions and 132 deletions

View file

@ -226,8 +226,6 @@ 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();