Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Detanup01 authored Sep 25, 2024
1 parent a450f77 commit 2176a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dll/steam_user_stats_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Steam_User_Stats::InternalSetResult<int32> Steam_User_Stats::set_stat_internal(
} catch(...){}
}

if (indicate_progress && (stats_data->second + settings->start_int_min_diff_progress) >= nData) {
if (indicate_progress && (stats_data->second + settings->stat_int_min_diff_progress) >= nData) {
IndicateAchievementProgress(t.name.c_str(), nData, std::stoi(t.max_value));
}
}
Expand Down

0 comments on commit 2176a57

Please sign in to comment.