mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 10:48:14 +02:00
restore entity->requestRenderUpdate() in SafeLanding::updateTracking()
This commit is contained in:
parent
520c62f6f6
commit
1bfd5386a9
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ void SafeLanding::updateTracking() {
|
|||
if (isEntityPhysicsReady(entity) && isVisuallyReady) {
|
||||
entityMapIter = _trackedEntities.erase(entityMapIter);
|
||||
} else {
|
||||
if (!isVisuallyReady) {
|
||||
entity->requestRenderUpdate();
|
||||
}
|
||||
entityMapIter++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue