diff --git a/crates/bevy_ui/src/lib.rs b/crates/bevy_ui/src/lib.rs index af806e965aa63..f85b4b3a5454d 100644 --- a/crates/bevy_ui/src/lib.rs +++ b/crates/bevy_ui/src/lib.rs @@ -150,6 +150,7 @@ impl Plugin for UiPlugin { .register_type::() .register_type::() .register_type::() + .register_type::() .configure_sets( PostUpdate, (