GameFileCache: Fix a comment mistake
This commit is contained in:
parent
f2103c1b51
commit
fd651cf5e6
|
@ -92,7 +92,7 @@ bool GameFileCache::Update(
|
||||||
bool cache_changed = false;
|
bool cache_changed = false;
|
||||||
|
|
||||||
// Delete paths that aren't in game_paths from m_cached_files,
|
// Delete paths that aren't in game_paths from m_cached_files,
|
||||||
// while simultaneously deleting paths that aren't in m_cached_files from game_paths.
|
// while simultaneously deleting paths that are in m_cached_files from game_paths.
|
||||||
// For the sake of speed, we don't care about maintaining the order of m_cached_files.
|
// For the sake of speed, we don't care about maintaining the order of m_cached_files.
|
||||||
{
|
{
|
||||||
auto it = m_cached_files.begin();
|
auto it = m_cached_files.begin();
|
||||||
|
|
Loading…
Reference in New Issue