Add register_type for UiAntiAlias (#15783)

# Objective

Add `register_type` for `UiAntiAlias`
This commit is contained in:
ickshonpe 2024-10-09 15:04:26 +01:00 committed by GitHub
parent 57c297becc
commit a7ed13ad17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,6 +150,7 @@ impl Plugin for UiPlugin {
.register_type::<ZIndex>()
.register_type::<Outline>()
.register_type::<UiBoxShadowSamples>()
.register_type::<UiAntiAlias>()
.configure_sets(
PostUpdate,
(