Skip to content

Commit

Permalink
Add register_type for UiAntiAlias (#15783)
Browse files Browse the repository at this point in the history
# Objective

Add `register_type` for `UiAntiAlias`
  • Loading branch information
ickshonpe authored Oct 9, 2024
1 parent 57c297b commit a7ed13a
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 @@ -150,6 +150,7 @@ impl Plugin for UiPlugin {
.register_type::<ZIndex>()
.register_type::<Outline>()
.register_type::<UiBoxShadowSamples>()
.register_type::<UiAntiAlias>()
.configure_sets(
PostUpdate,
(
Expand Down

0 comments on commit a7ed13a

Please sign in to comment.