mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Fix some looping issues [Legend of Mana (PC)]
This commit is contained in:
parent
b0faaff061
commit
ae79bca161
@ -155,7 +155,7 @@ VGMSTREAM* init_vgmstream_psb(STREAMFILE* sf) {
|
||||
default: goto fail;
|
||||
}
|
||||
|
||||
if (psb.duration_test && psb.loop_start + psb.loop_end < vgmstream->num_samples)
|
||||
if (psb.duration_test && psb.loop_start + psb.loop_end <= vgmstream->num_samples)
|
||||
vgmstream->loop_end_sample += psb.loop_start;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user