From 0cd118075a54fd35bb77186a46d375d73dccf305 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Sun, 17 Nov 2024 23:05:21 +0100 Subject: [PATCH] Update steam_overlay.cpp Fix the fix ? --- 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 2a1148dd..a0929603 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -32,7 +32,7 @@ static constexpr int base_notif_window_id = 0 * max_window_id; static constexpr int base_friend_window_id = 1 * max_window_id; static constexpr int base_friend_item_id = 2 * max_window_id; -static InGameOverlay::ToggleKey overlay_toggle_keys[] overlay_toggle_keys = { +static InGameOverlay::ToggleKey overlay_toggle_keys[] = { InGameOverlay::ToggleKey::SHIFT, InGameOverlay::ToggleKey::TAB }; static const int toggle_keys_count = 2;