fix inability to export twice
This commit is contained in:
parent
949a0d2934
commit
7444ac128e
@ -605,7 +605,7 @@ JACKAudioBackend::freewheel (bool onoff)
|
||||
}
|
||||
|
||||
if (jack_set_freewheel (_priv_jack, onoff) == 0) {
|
||||
_freewheeling = true;
|
||||
_freewheeling = onoff;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user