Skip to content

Commit 037a3b0

Browse files
committed
Fix doc
1 parent 3d23fd1 commit 037a3b0

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
@@ -27,7 +27,7 @@ fn setup(
2727
// To draw the wireframe on all entities, set this to 'true'
2828
wireframe_config.debug_wireframes = false;
2929
// You can also change the default color of the wireframes, which controls:
30-
// - all wireframes if `WireframeConfig::global` is set to 'true'
30+
// - all wireframes if `WireframeConfig::debug_wireframes` is set to 'true'
3131
// - the wireframe of all entities whose `Wireframe::color` is None otherwise
3232
wireframe_config.default_color = Color::AQUAMARINE;
3333

0 commit comments

Comments
 (0)