From b97f6fe97d5c236be0d834dd7aa84bf0854a6ba1 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:40:32 +0300 Subject: [PATCH] print debug overlay args of `Steam_Overlay::AddAchievementNotification()` --- 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 6445f345..f6ee2793 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -2073,7 +2073,7 @@ void Steam_Overlay::AddAchievementNotification(const std::string &ach_name, nloh { if (settings->disable_overlay) return; - PRINT_DEBUG_ENTRY(); + PRINT_DEBUG("'%s' %i", ach_name.c_str(), (int)for_progress); std::lock_guard lock(overlay_mutex); if (!Ready()) return;