explicitly note that timelines must be sorted

This commit is contained in:
2025-12-15 14:52:37 -08:00
parent 71685468b6
commit 8b365a0579

View File

@@ -434,6 +434,7 @@ pub struct SettingEvent{
} }
/// A segment of event timelines. /// A segment of event timelines.
/// Timelines are always be sorted.
#[derive(Default)] #[derive(Default)]
pub struct Block{ pub struct Block{
pub input_events:Vec<Timed<InputEvent>>, pub input_events:Vec<Timed<InputEvent>>,