Fix conflicts

This commit is contained in:
Tim Blackbird 2025-07-15 13:00:34 +02:00
parent 04f605538a
commit 7582b228e9
2 changed files with 3 additions and 3 deletions

View File

@ -54,8 +54,8 @@ use crate::{
component::{Component, ComponentId, ComponentIdFor, Tick},
entity::Entity,
event::{
BufferedEvent, EntityEvent, Event, EventCursor, EventId, EventIterator,
EventIteratorWithId, EventKey, Events,
BufferedEvent, EntityEvent, EventCursor, EventId, EventIterator, EventIteratorWithId,
EventKey, Events,
},
query::FilteredAccessSet,
relationship::RelationshipHookMode,

View File

@ -50,7 +50,7 @@ fn send_scroll_events(
}
/// UI scrolling event.
#[derive(Event, EntityEvent, Debug)]
#[derive(EntityEvent, Debug)]
#[entity_event(auto_propagate, traversal = &'static ChildOf)]
struct Scroll {
/// Scroll delta in logical coordinates.