From 618e709e278a02dd5b006a577679d04578704a62 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:31:44 +0200 Subject: [PATCH] fix settings and float error --- dll/dll/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/dll/settings.h b/dll/dll/settings.h index 4353913e..6900c67d 100644 --- a/dll/dll/settings.h +++ b/dll/dll/settings.h @@ -259,7 +259,7 @@ public: // the stat itself is always saved regardless of that flag, only affects the achievement progress bool save_only_higher_stat_achievement_progress = true; // Minimum value to indicate progress being made for the user. - float stat_float_min_diff_progress = 0.1; + float stat_min_diff_progress = 0.1f; // the emulator loads the achievements icons is memory mainly for `ISteamUserStats::GetAchievementIcon()` // this defines how many icons to load each iteration when the periodic callback in `Steam_User_Stats` is triggered // or when the app calls `SteamAPI_RunCallbacks()`