mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
fix mistaken usage of fluid_synth_process in coreaudio driver
This commit is contained in:
parent
31ccc6b6a0
commit
4d8954ee30
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ fluid_audio_driver_t *
|
|||
new_fluid_core_audio_driver(fluid_settings_t *settings, fluid_synth_t *synth)
|
||||
{
|
||||
return new_fluid_core_audio_driver2(settings,
|
||||
fluid_synth_process,
|
||||
NULL,
|
||||
synth);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue