mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
whoops, forgot to increment the iterator
This commit is contained in:
parent
7d96ad5836
commit
6fdfde31d9
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ void SimpleEntitySimulation::updateEntitiesInternal(const quint64& now) {
|
|||
} else {
|
||||
entity->simulate(now);
|
||||
_entitiesToBeSorted.insert(entity);
|
||||
++itemItr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue