remove suffix for float

This commit is contained in:
Detanup01 2024-09-25 13:27:23 +02:00 committed by GitHub
parent 9ddfa82878
commit a450f77e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@ public:
bool save_only_higher_stat_achievement_progress = true;
// Minimum value to indicate progress being made for the user.
int stat_int_min_diff_progress = 1;
float stat_float_min_diff_progress = 1f;
float stat_float_min_diff_progress = 1;
// 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()`

View File

@ -74,8 +74,8 @@ paginated_achievements_icons=10
# Usually good for achievement that use stat values and contains high number (ie: kill 200 cops)
# default=1
stat_int_min_diff_progress=1
# default=1f
stat_float_min_diff_progress=1f
# default=1
stat_float_min_diff_progress=1
[main::connectivity]
# 1=prevent hooking OS networking APIs and allow any external requests