Qt: Fix crashes when closing render window

This commit is contained in:
spycrab 2018-04-21 23:27:54 +02:00
parent b2e5f1d85f
commit 7b35c8577a
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ bool MainWindow::RequestStop()
void MainWindow::ForceStop()
{
BootManager::Stop();
Core::Stop();
EnableScreenSaver(true);
}