Add register_type for UiAntiAlias (#15783)
# Objective Add `register_type` for `UiAntiAlias`
This commit is contained in:
parent
57c297becc
commit
a7ed13ad17
@ -150,6 +150,7 @@ impl Plugin for UiPlugin {
|
|||||||
.register_type::<ZIndex>()
|
.register_type::<ZIndex>()
|
||||||
.register_type::<Outline>()
|
.register_type::<Outline>()
|
||||||
.register_type::<UiBoxShadowSamples>()
|
.register_type::<UiBoxShadowSamples>()
|
||||||
|
.register_type::<UiAntiAlias>()
|
||||||
.configure_sets(
|
.configure_sets(
|
||||||
PostUpdate,
|
PostUpdate,
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user