diff --git a/crates/bevy_pbr/src/wireframe.rs b/crates/bevy_pbr/src/wireframe.rs index 0872241c3a0ba..0d15b39f58044 100644 --- a/crates/bevy_pbr/src/wireframe.rs +++ b/crates/bevy_pbr/src/wireframe.rs @@ -36,7 +36,8 @@ impl Plugin for WireframePlugin { Shader::from_wgsl ); - app.register_type::() + app.register_type::() + .register_type::() .init_resource::() .add_plugin(ExtractResourcePlugin::::default());