Freewheeling not properly disabled
This commit is contained in:
parent
4fb81e4a2e
commit
0758e786cf
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ void sfizz_enable_freewheeling(sfizz_synth_t* synth)
|
||||||
void sfizz_disable_freewheeling(sfizz_synth_t* synth)
|
void sfizz_disable_freewheeling(sfizz_synth_t* synth)
|
||||||
{
|
{
|
||||||
auto self = reinterpret_cast<sfz::Synth*>(synth);
|
auto self = reinterpret_cast<sfz::Synth*>(synth);
|
||||||
self->enableFreeWheeling();
|
self->disableFreeWheeling();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue