This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Kill timers before stopping engine
tags/1.9.6
falkTX
10 years ago
parent
bc66227427
commit
ab40114a30
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save