Skip to content

Commit

Permalink
Add missing registration for TextEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
coreh committed Dec 4, 2024
1 parent c9fa975 commit da7eeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_text/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ impl Plugin for TextPlugin {
.register_type::<TextBounds>()
.register_type::<TextLayout>()
.register_type::<ComputedTextBlock>()
.register_type::<TextEntity>()
.init_asset_loader::<FontLoader>()
.init_resource::<FontAtlasSets>()
.init_resource::<TextPipeline>()
Expand Down

0 comments on commit da7eeb1

Please sign in to comment.