Skip to content

Commit 601102d

Browse files
authored
fix file_path
1 parent 6a1710e commit 601102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/steam_user_stats_achievements.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ int Steam_User_Stats::load_ach_icon(nlohmann::json &defined_ach, bool achieved)
100100
unsigned int file_size = file_size_(file_path);
101101
if (!file_size)
102102
{
103-
file_path(Local_Storage::get_game_settings_path() + "achievement_images" + PATH_SEPARATOR + icon_filepath);
103+
file_path = (Local_Storage::get_game_settings_path() + "achievement_images" + PATH_SEPARATOR + icon_filepath);
104104
file_size = file_size_(file_path);
105105
if (!file_size)
106106
{

0 commit comments

Comments
 (0)