Skip to content

Commit

Permalink
Fix vertical alignment of LayoutDebugBoxEdge.
Browse files Browse the repository at this point in the history
This only showed up with boxes taller than 1.
  • Loading branch information
kpreid committed Dec 5, 2023
1 parent 575c84e commit ef414aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all-is-cubes-ui/src/vui/widgets/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl WidgetBlocks {
R32,
universe.insert_anonymous(space_from_image(
include_image!("theme/layout-debug-box-edge.png"),
GridRotation::RZyX,
GridRotation::RZYX,
default_srgb,
)?),
)
Expand Down

0 comments on commit ef414aa

Please sign in to comment.