Fixed playptmod playing channels out of phase with each other
parent
1950124506
commit
32f5ceb212
|
@ -471,6 +471,9 @@ static void mixerSetChSource(player *p, int ch, const signed char *src, int leng
|
|||
v->step = step;
|
||||
v->interpolating = 1;
|
||||
|
||||
resampler_clear(p->blep[ch]);
|
||||
resampler_clear(p->blepVol[ch]);
|
||||
|
||||
// Check external 9xx usage (Set Sample Offset)
|
||||
if (v->loopFlag)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue