Merge branch 'master' into feature/filesystem

This commit is contained in:
Stephen Anthony 2022-08-04 18:38:49 -02:30
commit e62b159937
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ void GameInfoDialog::updateMultiCart()
bool isMulti = false;
bool isInMulti = false;
for each(auto entry in MultiCart)
for (const auto& entry: MultiCart)
{
if(entry == selected)
{