From 524974f269d355242c5b4dc60b4cd6346c06cd65 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sat, 6 Sep 2025 03:51:18 +0200 Subject: [PATCH] fix(hexagon_launcher/text): rotate the text to be oriented correctly Signed-off-by: Schmarni --- single/src/app.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/single/src/app.rs b/single/src/app.rs index 0e27674..adeabf1 100644 --- a/single/src/app.rs +++ b/single/src/app.rs @@ -155,7 +155,6 @@ impl Reify for App { .text_align_x(XAlign::Center) .text_align_y(YAlign::Center) .pos([0.0, -APP_SIZE * 0.35, 0.001]) - .rot(Quat::from_rotation_y(PI)) .build(), ), )