Merge pull request #6989 from lcsondes/fix-vector-assert

UICommon: fix m_cached_files pruning.
This commit is contained in:
Léo Lam 2018-05-28 12:41:22 +02:00 committed by GitHub
commit bda668925a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,9 +111,9 @@ bool GameFileCache::Update(
cache_changed = true;
--end;
*it = std::move(*end);
m_cached_files.pop_back();
}
}
m_cached_files.erase(it, m_cached_files.end());
}
// Now that the previous loop has run, game_paths only contains paths that