mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
bevy_ui: register Overflow type (#3443)
I forgot to register the new `Overflow` type in #3296.
This commit is contained in:
parent
f3b053d11f
commit
959a845704
1 changed files with 1 additions and 0 deletions
|
@ -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>>()
|
||||
|
|
Loading…
Reference in a new issue