From d115686cd94a7f9861e710b3d1debef709091ed6 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 17 Oct 2014 15:20:16 +0100 Subject: [PATCH] Forgot this in a previous commit --- source/carla_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/carla_host.py b/source/carla_host.py index db46103b7..3b30d7c9c 100644 --- a/source/carla_host.py +++ b/source/carla_host.py @@ -1722,7 +1722,7 @@ class HostWindow(QMainWindow): self.saveSettings() if self.host.is_engine_running() and not self.host.isPlugin: - self.slot_engineStop() + self.slot_engineStop(True) QMainWindow.closeEvent(self, event)