1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-04-21 21:52:06 +02:00

Fixed build

This commit is contained in:
schmurger 2024-05-19 15:11:47 +10:00 committed by otavepto
parent 4ae4e88627
commit 14374c8290

View file

@ -1982,7 +1982,7 @@ void Steam_Overlay::AddAchievementNotification(std::string ach_name, nlohmann::j
a.progress = ach.value("progress", static_cast<float>(0));
a.max_progress = ach.value("max_progress", static_cast<float>(0));
if (achieved) {
if (a.achieved) {
post_achievement_notification(a);
notify_sound_user_achievement();
}