mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
Change it++ to ++it
This commit is contained in:
parent
c67fcc1384
commit
eb2e87a798
1 changed files with 1 additions and 1 deletions
|
@ -1056,7 +1056,7 @@ bool AssetServer::renameMapping(AssetPath oldPath, AssetPath newPath) {
|
|||
_fileMappings[newKey] = it->second;
|
||||
}
|
||||
|
||||
it++;
|
||||
++it;
|
||||
}
|
||||
|
||||
if (writeMappingsToFile()) {
|
||||
|
|
Loading…
Reference in a new issue