Skip to content

Commit 0792dde

Browse files
authored
Fix comment grammar (#9990)
1 parent ec34fe0 commit 0792dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_core_pipeline/src/skybox/skybox.wgsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
fn coords_to_ray_direction(position: vec2<f32>, viewport: vec4<f32>) -> vec3<f32> {
99
// Using world positions of the fragment and camera to calculate a ray direction
10-
// break down at large translations. This code only needs to know the ray direction.
10+
// breaks down at large translations. This code only needs to know the ray direction.
1111
// The ray direction is along the direction from the camera to the fragment position.
1212
// In view space, the camera is at the origin, so the view space ray direction is
1313
// along the direction of the fragment position - (0,0,0) which is just the

0 commit comments

Comments
 (0)