Skip to content

Commit 7aaf4bb

Browse files
authored
fix a couple typos in CubemapLayout (#19964)
# Objective - Rob pointed out a couple typos in #19960 (i just did a copy paste, but the original had an issue) ## Solution - Fix
1 parent 6ab8e0d commit 7aaf4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_camera/src/primitives.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ pub enum CubemapLayout {
442442
/// layout in a vertical sequence
443443
/// ```text
444444
/// +x
445-
/// -y
445+
/// -x
446446
/// +y
447447
/// -y
448448
/// -z
@@ -451,7 +451,7 @@ pub enum CubemapLayout {
451451
SequenceVertical = 2,
452452
/// layout in a horizontal sequence
453453
/// ```text
454-
/// +x -y +y -y -z +z
454+
/// +x -x +y -y -z +z
455455
/// ```
456456
SequenceHorizontal = 3,
457457
}

0 commit comments

Comments
 (0)