Skip to content

Commit ceb163d

Browse files
committed
support NoWireframe
1 parent ebbfdca commit ceb163d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/bevy_pbr/src/wireframe.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ fn apply_global_wireframe_material(
118118
(
119119
With<Handle<Mesh>>,
120120
Without<Wireframe>,
121+
Without<NoWireframe>,
121122
Without<Handle<WireframeMaterial>>,
122123
),
123124
>,
@@ -126,6 +127,7 @@ fn apply_global_wireframe_material(
126127
(
127128
With<Handle<Mesh>>,
128129
Without<Wireframe>,
130+
Without<NoWireframe>,
129131
With<Handle<WireframeMaterial>>,
130132
),
131133
>,

0 commit comments

Comments
 (0)