Update steam_overlay.cpp

Fix the fix ?
This commit is contained in:
Detanup01 2024-11-17 23:05:21 +01:00 committed by GitHub
parent 4868c03480
commit 0cd118075a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_window_id = 1 * max_window_id;
static constexpr int base_friend_item_id = 2 * 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 InGameOverlay::ToggleKey::SHIFT, InGameOverlay::ToggleKey::TAB
}; };
static const int toggle_keys_count = 2; static const int toggle_keys_count = 2;