dev124 - critical fix for a sample loading bug

This commit is contained in:
tildearrow 2022-11-07 17:45:36 -05:00
parent 133627b325
commit 1d262a97ee
1 changed files with 1 additions and 0 deletions

View File

@ -2387,6 +2387,7 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
sample->loopMode=(DivSampleLoopMode)reader.readC();
} else {
sample->loopMode=DIV_SAMPLE_LOOP_FORWARD;
reader.readC();
}
// reserved