restore entity->requestRenderUpdate() in SafeLanding::updateTracking()

This commit is contained in:
Andrew Meadows 2019-07-08 09:37:26 -07:00
parent 520c62f6f6
commit 1bfd5386a9

View file

@ -122,6 +122,9 @@ void SafeLanding::updateTracking() {
if (isEntityPhysicsReady(entity) && isVisuallyReady) {
entityMapIter = _trackedEntities.erase(entityMapIter);
} else {
if (!isVisuallyReady) {
entity->requestRenderUpdate();
}
entityMapIter++;
}
}