Skip to content

Commit

Permalink
bevy_ui: register Overflow type (#3443)
Browse files Browse the repository at this point in the history
I forgot to register the new `Overflow` type in #3296.
  • Loading branch information
Davier committed Dec 27, 2021
1 parent f3b053d commit 959a845
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 @@ -55,6 +55,7 @@ impl Plugin for UiPlugin {
.register_type::<Node>()
// NOTE: used by Style::aspect_ratio
.register_type::<Option<f32>>()
.register_type::<Overflow>()
.register_type::<PositionType>()
.register_type::<Size<f32>>()
.register_type::<Size<Val>>()
Expand Down

0 comments on commit 959a845

Please sign in to comment.