mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
Fix some play settings not working in groups
This commit is contained in:
parent
7e3c439f36
commit
e01c2bcf14
@ -181,6 +181,7 @@ static void play_op_trim(VGMSTREAM* vgmstream, sbuf_t* sbuf) {
|
||||
if (to_do > buf_samples)
|
||||
to_do = buf_samples;
|
||||
|
||||
sbuf_tmp.filled = 0;
|
||||
sbuf_tmp.samples = to_do;
|
||||
int done = render_layout(&sbuf_tmp, vgmstream);
|
||||
/* no mixing */
|
||||
|
Loading…
Reference in New Issue
Block a user