We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ca1fc commit 23dc73bCopy full SHA for 23dc73b
core/src/map.cpp
@@ -458,7 +458,7 @@ bool Map::update(float _dt) {
458
bool tilesLoading = impl->tileManager.hasLoadingTiles();
459
bool labelsNeedUpdate = impl->labels.needUpdate();
460
461
- if (viewChanged || tilesChanged || tilesLoading || labelsNeedUpdate || impl->sceneLoadTasks > 0) {
+ if (viewChanged || tilesLoading || labelsNeedUpdate || impl->sceneLoadTasks > 0) {
462
viewComplete = false;
463
}
464
0 commit comments