Skip to content

Commit

Permalink
Break after finding valid Steam path
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 18, 2023
1 parent b98a6a4 commit 7414469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ std::string get_steam_install_path()
if (is_valid_steam_path(steam_path))
{
found_steam_path = steam_path;
break;
}
}

Expand Down

0 comments on commit 7414469

Please sign in to comment.