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
Fix some issues when closing bridged UIs from Carla
tags/1.9.5
falkTX
10 years ago
parent
f181c77cc4
commit
ad2be31ce1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/bridges-ui/CarlaBridgeClient.cpp
+ 1
- 1
source/bridges-ui/CarlaBridgeClient.cpp
View File
@@ -97,7 +97,7 @@ void CarlaBridgeClient::toolkitQuit()
{
carla_debug("CarlaBridgeClient::toolkitQuit()");
fUI.
close()
;
fUI.
quit = true
;
}
// ---------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save