fix seq time scale issue

This commit is contained in:
imhcyx 2017-08-31 08:34:18 +08:00
parent f600e7aa01
commit 1df1d86562
1 changed files with 2 additions and 0 deletions

View File

@ -1207,6 +1207,8 @@ _fluid_seq_queue_send_queued_events(fluid_sequencer_t* seq)
/* process queue0[cellNb] */
_fluid_seq_queue_send_cell_events(seq, cellNb);
/* the current tick may have changed */
nowTicks = fluid_sequencer_get_tick(seq);
/* next cell */
cellNb++;