Browse Source

Kill timers before stopping engine

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

+ 1
- 0
source/carla_host.py View File

@@ -565,6 +565,7 @@ class HostWindow(QMainWindow):
if ask != QMessageBox.Yes:
return

self.killTimers()
self.removeAllPlugins()
self.host.set_engine_about_to_close()
self.host.remove_all_plugins()


Loading…
Cancel
Save