Skip to content

Commit 3d23fd1

Browse files
committed
Add uncommited edit
1 parent bc5b23a commit 3d23fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3d/wireframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn setup(
2525
mut materials: ResMut<Assets<StandardMaterial>>,
2626
) {
2727
// To draw the wireframe on all entities, set this to 'true'
28-
wireframe_config.global = false;
28+
wireframe_config.debug_wireframes = false;
2929
// You can also change the default color of the wireframes, which controls:
3030
// - all wireframes if `WireframeConfig::global` is set to 'true'
3131
// - the wireframe of all entities whose `Wireframe::color` is None otherwise

0 commit comments

Comments
 (0)