print debug overlay args of Steam_Overlay::AddAchievementNotification()

This commit is contained in:
otavepto 2024-06-23 00:40:32 +03:00
parent 6ee0628750
commit b97f6fe97d

View File

@ -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<std::recursive_mutex> lock(overlay_mutex);
if (!Ready()) return;