mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
fix clicking
This commit is contained in:
parent
1b4081a044
commit
066f0f074f
1 changed files with 1 additions and 1 deletions
|
@ -2925,7 +2925,7 @@ void DivEngine::renderSamples() {
|
|||
s->rendOff=memPos;
|
||||
memPos+=s->adpcmRendLength;
|
||||
}
|
||||
adpcmMemLen=memPos;
|
||||
adpcmMemLen=memPos+256;
|
||||
}
|
||||
|
||||
void DivEngine::createNew() {
|
||||
|
|
Loading…
Reference in a new issue