diff --git a/crates/bevy_picking/src/events.rs b/crates/bevy_picking/src/events.rs index a5435d6f59..7d4e14895d 100644 --- a/crates/bevy_picking/src/events.rs +++ b/crates/bevy_picking/src/events.rs @@ -278,7 +278,7 @@ pub struct DragDrop { } /// Dragging state. -#[derive(Debug, Clone)] +#[derive(Clone, PartialEq, Debug, Reflect)] pub struct DragEntry { /// The position of the pointer at drag start. pub start_pos: Vec2,