Skip to content

Commit bc5b23a

Browse files
committed
Merge branch 'colored_wireframe' of github.com:UberLambda/bevy into colored_wireframe
2 parents 75e9a66 + 7a77331 commit bc5b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/wireframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub struct Wireframe {
156156
pub color: Option<Color>,
157157
}
158158

159-
/// Configuration for [`WireframePlugin`].
159+
/// Configuration resource for [`WireframePlugin`].
160160
#[derive(Debug, Clone)]
161161
pub struct WireframeConfig {
162162
/// Whether to show wireframes for all meshes. If `false`, only meshes with a [`Wireframe`] component will be rendered.

0 commit comments

Comments
 (0)