Don't switch to future events from channel event handler

This commit is contained in:
Vftdan 2024-08-19 21:09:24 +02:00
parent 95354cbf95
commit 91ec8ef423
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ channel_handle_event(EventPositionBase * self, EventNode * event)
event->position = &target->as_EventPositionBase;
event->input_index = ch->idx_end;
target->as_EventPositionBase.waiting_new_event = false;
return false; // Continue processing events
return true; // Changes were made
}
void