mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +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 {
|
} else {
|
||||||
entity->simulate(now);
|
entity->simulate(now);
|
||||||
_entitiesToBeSorted.insert(entity);
|
_entitiesToBeSorted.insert(entity);
|
||||||
|
++itemItr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue