mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
Add brackets to quit handler
This commit is contained in:
parent
8d36ab5909
commit
558cf8ad47
1 changed files with 2 additions and 1 deletions
|
@ -3672,8 +3672,9 @@ bool FurnaceGUI::loop() {
|
|||
// used for MIDI wake up
|
||||
break;
|
||||
case SDL_QUIT:
|
||||
if (requestQuit())
|
||||
if (requestQuit()) {
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue