F'ed up in 6fd8dc86ad, the app didn't respond to closing the window.
6fd8dc86ad
@ -169,7 +169,9 @@ void Sdl2Application::mainLoop() {
break;
}
case SDL_QUIT: return;
case SDL_QUIT:
flags |= Flag::Exit;
return;