mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
AUDIO: Fix Mod sound looping
This commit is contained in:
parent
cfaa0fd4be
commit
a332688ae6
@ -121,7 +121,7 @@ private:
|
||||
int tick();
|
||||
void updateRow();
|
||||
int seek(int samplePos);
|
||||
bool rewind() override { setSequencePos(0); return true; }
|
||||
bool rewind() override { setSequencePos(0); _dataLeft = _initialDataLength; return true; }
|
||||
|
||||
// Sample
|
||||
void downsample(int *buf, int count);
|
||||
|
Loading…
Reference in New Issue
Block a user