mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Merge pull request #1377 from PrismLauncher/backport-1184-to-release-7.x
This commit is contained in:
commit
0fcaa336dc
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ bool FlameCreationTask::updateInstance()
|
|||
|
||||
old_files.remove(file.key());
|
||||
files_iterator = files.erase(files_iterator);
|
||||
|
||||
if (files_iterator != files.begin())
|
||||
files_iterator--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue