mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 05:31:02 +00:00
Fixup previous commit
This commit is contained in:
parent
ac8533c193
commit
a26b5a6117
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ fluid_voice_init(fluid_voice_t* voice, fluid_sample_t* sample,
|
|||
voice->debug = 0;
|
||||
voice->has_noteoff = 0;
|
||||
UPDATE_RVOICE0(fluid_rvoice_reset);
|
||||
UPDATE_RVOICE_PTR(fluid_rvoice_set_sample, voice->rvoice, sample);
|
||||
UPDATE_RVOICE_PTR(fluid_rvoice_set_sample, sample);
|
||||
|
||||
i = fluid_channel_get_interp_method(channel);
|
||||
UPDATE_RVOICE_I1(fluid_rvoice_set_interp_method, i);
|
||||
|
|
Loading…
Reference in a new issue