Skip to content

Commit

Permalink
Register missing bevy_text types (bevyengine#6029)
Browse files Browse the repository at this point in the history
Register two missing bevy_text types.
  • Loading branch information
Suficio authored and ItsDoot committed Feb 1, 2023
1 parent 00ba707 commit 519efea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_text/src/lib.rs
Expand Up @@ -62,6 +62,8 @@ impl Plugin for TextPlugin {
.add_asset::<FontAtlasSet>()
.register_type::<Text>()
.register_type::<TextSection>()
.register_type::<Vec<TextSection>>()
.register_type::<TextStyle>()
.register_type::<TextAlignment>()
.register_type::<VerticalAlign>()
.register_type::<HorizontalAlign>()
Expand Down

0 comments on commit 519efea

Please sign in to comment.