mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
8644a9443a
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ bool OPLmusicBlock::ServiceStream (void *buff, int numbytes)
|
||||||
{
|
{
|
||||||
for (i = 0; i < io->NumChips; ++i)
|
for (i = 0; i < io->NumChips; ++i)
|
||||||
{
|
{
|
||||||
io->chips[i]->Update(samples1, samplesleft);
|
io->chips[i]->Update(samples1, numsamples);
|
||||||
}
|
}
|
||||||
OffsetSamples(samples1, numsamples << stereoshift);
|
OffsetSamples(samples1, numsamples << stereoshift);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue