mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Fix looping in segmented layout
This commit is contained in:
parent
6857e0cd7a
commit
c339b06238
@ -143,7 +143,7 @@ void seek_layout_segmented(VGMSTREAM* vgmstream, int32_t seek_sample) {
|
||||
}
|
||||
|
||||
void loop_layout_segmented(VGMSTREAM* vgmstream, int32_t loop_sample) {
|
||||
loop_layout_segmented(vgmstream, loop_sample);
|
||||
seek_layout_segmented(vgmstream, loop_sample);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user