Browse Source

Forgot this in a previous commit

tags/1.9.5
falkTX 10 years ago
parent
commit
d115686cd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/carla_host.py

+ 1
- 1
source/carla_host.py View File

@@ -1722,7 +1722,7 @@ class HostWindow(QMainWindow):
self.saveSettings() self.saveSettings()


if self.host.is_engine_running() and not self.host.isPlugin: if self.host.is_engine_running() and not self.host.isPlugin:
self.slot_engineStop()
self.slot_engineStop(True)


QMainWindow.closeEvent(self, event) QMainWindow.closeEvent(self, event)




Loading…
Cancel
Save