FIX IT
This commit is contained in:
parent
088e49a3f4
commit
560be4f341
2 changed files with 7 additions and 5 deletions
|
|
@ -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",¬esOpen)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue