This commit is contained in:
Struma 2021-02-21 22:26:44 -05:00 committed by Roza
parent ad03754378
commit e428999044

View file

@ -1167,8 +1167,7 @@ bool SettingsMenu::onEvent(const SDL_Event &event)
void SettingsMenu::raise()
{
openSettingsWindow();
//SDL_RaiseWindow(p->window);
SDL_RaiseWindow(p->window);
}
bool SettingsMenu::destroyReq() const