Skip to content

Commit

Permalink
fix: register_type::<ScrollPosition> (#15721)
Browse files Browse the repository at this point in the history
# Objective

- register types that derive reflect.
  • Loading branch information
mrchantey authored Oct 8, 2024
1 parent 3d8e56f commit 1c3dee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ impl Plugin for UiPlugin {
.register_type::<Interaction>()
.register_type::<Node>()
.register_type::<RelativeCursorPosition>()
.register_type::<ScrollPosition>()
.register_type::<Style>()
.register_type::<TargetCamera>()
.register_type::<UiImage>()
Expand Down

0 comments on commit 1c3dee4

Please sign in to comment.