Skip to content

Commit

Permalink
Don't stop after matching the first platform
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Oct 24, 2023
1 parent 9404475 commit cdb6a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/graphics/default_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ auto select_platforms_from_list(std::string const& selection, std::vector<std::s
requested_modules.end(),
description->name),
requested_modules.end());
break;
}
}
catch (std::exception const&)
Expand Down

0 comments on commit cdb6a57

Please sign in to comment.