clarify comment

This commit is contained in:
Tom M 2017-09-01 14:50:34 +02:00 committed by GitHub
parent 1df1d86562
commit 56a2ce1fa4

View file

@ -1204,10 +1204,10 @@ _fluid_seq_queue_send_queued_events(fluid_sequencer_t* seq)
_fluid_seq_queue_slide(seq);
} /* slide */
/* process queue0[cellNb] */
_fluid_seq_queue_send_cell_events(seq, cellNb);
/* the current tick may have changed */
/* the current scale may have changed through a callback event */
nowTicks = fluid_sequencer_get_tick(seq);
/* next cell */