mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Add register_type
for UiAntiAlias
(#15783)
# Objective Add `register_type` for `UiAntiAlias`
This commit is contained in:
parent
57c297becc
commit
a7ed13ad17
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ impl Plugin for UiPlugin {
|
|||
.register_type::<ZIndex>()
|
||||
.register_type::<Outline>()
|
||||
.register_type::<UiBoxShadowSamples>()
|
||||
.register_type::<UiAntiAlias>()
|
||||
.configure_sets(
|
||||
PostUpdate,
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue