Skip to content

Commit 6bf87d8

Browse files
rparrettProfLander
authored andcommitted
Fix blend_modes example UI positioning (bevyengine#8093)
1 parent d3aea69 commit 6bf87d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/3d/blend_modes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ fn setup(
211211

212212
commands.spawn((
213213
TextBundle::from_section("", text_style).with_style(Style {
214+
position_type: PositionType::Absolute,
214215
top: Val::Px(10.0),
215216
right: Val::Px(10.0),
216217
..default()

0 commit comments

Comments
 (0)