mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-16 03:23:19 +01:00
Fix XWB split bug with some codecs
This commit is contained in:
parent
16786b78d4
commit
14957d6269
@ -455,7 +455,7 @@ VGMSTREAM * init_vgmstream_xwb(STREAMFILE *streamFile) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
start_offset = xwb.data_offset;
|
start_offset = xwb.stream_offset;
|
||||||
|
|
||||||
if ( !vgmstream_open_stream(vgmstream,streamFile,start_offset) )
|
if ( !vgmstream_open_stream(vgmstream,streamFile,start_offset) )
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
Reference in New Issue
Block a user