Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 7, 2023
1 parent 336fac6 commit f737833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/shader/shader_prepass.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl Material for PrepassOutputMaterial {
}
}

/// Everytime you press space, it will cycle between transparent, depth and normals view
/// Every time you press space, it will cycle between transparent, depth and normals view
fn toggle_prepass_view(
keycode: Res<Input<KeyCode>>,
material_handle: Query<&Handle<PrepassOutputMaterial>>,
Expand Down

0 comments on commit f737833

Please sign in to comment.