We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d23fd1 commit 037a3b0Copy full SHA for 037a3b0
examples/3d/wireframe.rs
@@ -27,7 +27,7 @@ fn setup(
27
// To draw the wireframe on all entities, set this to 'true'
28
wireframe_config.debug_wireframes = false;
29
// You can also change the default color of the wireframes, which controls:
30
- // - all wireframes if `WireframeConfig::global` is set to 'true'
+ // - all wireframes if `WireframeConfig::debug_wireframes` is set to 'true'
31
// - the wireframe of all entities whose `Wireframe::color` is None otherwise
32
wireframe_config.default_color = Color::AQUAMARINE;
33
0 commit comments