Don't switch to future events from channel event handler
This commit is contained in:
parent
95354cbf95
commit
91ec8ef423
2
graph.c
2
graph.c
|
@ -49,7 +49,7 @@ channel_handle_event(EventPositionBase * self, EventNode * event)
|
||||||
event->position = &target->as_EventPositionBase;
|
event->position = &target->as_EventPositionBase;
|
||||||
event->input_index = ch->idx_end;
|
event->input_index = ch->idx_end;
|
||||||
target->as_EventPositionBase.waiting_new_event = false;
|
target->as_EventPositionBase.waiting_new_event = false;
|
||||||
return false; // Continue processing events
|
return true; // Changes were made
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue