fix crash

This commit is contained in:
2026-05-22 22:11:56 +02:00
parent ea79d76953
commit dc4ebd5f2d
3 changed files with 7 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ InspectWindow::InspectWindow(ArenaSimulation* sim, const VisualsConfig* visuals,
void InspectWindow::closeEvent(QCloseEvent* event)
{
m_arenaView->stopRendering();
m_pollTimer->stop();
emit closed();
event->accept();