This commit is contained in:
tildearrow 2022-02-05 01:57:24 -05:00
parent 088e49a3f4
commit 560be4f341
2 changed files with 7 additions and 5 deletions

View file

@ -3821,6 +3821,8 @@ void FurnaceGUI::drawPiano() {
ImGui::End();
}
// NOTE: please don't ask me to enable text wrap.
// Dear ImGui doesn't have that feature. D:
void FurnaceGUI::drawNotes() {
if (!notesOpen) return;
if (ImGui::Begin("Song Comments",&notesOpen)) {