mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-20 16:30:53 +00:00
Remove reference to defsfont from low-level function
This commit is contained in:
parent
879a14163a
commit
167048f5a3
1 changed files with 1 additions and 1 deletions
|
@ -1350,7 +1350,7 @@ fixup_sample (SFData * sf)
|
|||
int invalid_loopstart;
|
||||
int invalid_loopend, loopend_end_mismatch;
|
||||
unsigned int total_bytes = sf->samplesize;
|
||||
unsigned int total_samples = total_bytes / FLUID_MEMBER_SIZE(fluid_defsfont_t, sampledata[0]);
|
||||
unsigned int total_samples = total_bytes / sizeof(short);
|
||||
|
||||
p = sf->sample;
|
||||
while (p)
|
||||
|
|
Loading…
Reference in a new issue