From c16e977335b5efcf2e40b7ec26dd7fdf11d1ba7b Mon Sep 17 00:00:00 2001 From: schmurger Date: Fri, 26 Apr 2024 10:07:52 +1000 Subject: [PATCH] Formatting fixes --- overlay_experimental/steam_overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay_experimental/steam_overlay.cpp b/overlay_experimental/steam_overlay.cpp index 0aa49631..a5e82a52 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -908,7 +908,7 @@ void Steam_Overlay::set_next_notification_pos(float width, float height, float e ++idx.top_right; break; - // bot + // bot case Overlay_Appearance::NotificationPosition::bot_left: animate_size = animate_factor(elapsed) * noti_width; margin_y = anchor_margin * (idx.bot_left + 1);