We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03601db commit 785aad9Copy full SHA for 785aad9
crates/bevy_render/src/wireframe/mod.rs
@@ -33,7 +33,7 @@ impl Plugin for WireframePlugin {
33
let mut pipelines = world
34
.get_resource_mut::<Assets<PipelineDescriptor>>()
35
.unwrap();
36
- pipelines.set(
+ pipelines.set_untracked(
37
WIREFRAME_PIPELINE_HANDLE,
38
pipeline::build_wireframe_pipeline(&mut shaders),
39
);
0 commit comments