Skip to content

Commit

Permalink
Fix blend_modes example UI positioning (bevyengine#8093)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored and Shfty committed Mar 19, 2023
1 parent 34ee4e8 commit 16e9d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/3d/blend_modes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ fn setup(

commands.spawn((
TextBundle::from_section("", text_style).with_style(Style {
position_type: PositionType::Absolute,
top: Val::Px(10.0),
right: Val::Px(10.0),
..default()
Expand Down

0 comments on commit 16e9d92

Please sign in to comment.