Applying corrections

This commit is contained in:
YohananDiamond 2023-04-03 11:11:26 -03:00
parent 72ef39db60
commit c3654a4d52
3 changed files with 6 additions and 11 deletions

View file

@ -4840,7 +4840,8 @@ bool FurnaceGUI::loop() {
}
if (displayNew) {
newSongQuery = "";
newSongQuery="";
newSongFirstFrame=true;
displayNew=false;
ImGui::OpenPopup("New Song");
}