Hook up lm_always_update
This commit is contained in:
parent
9f23178e76
commit
dfeec3c123
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ public:
|
|||
{
|
||||
tile->LastSeen = TileSeenCounter;
|
||||
|
||||
if (tile->GeometryUpdate)
|
||||
if (lm_always_update || tile->GeometryUpdate)
|
||||
{
|
||||
VisibleTiles.Geometry.Push(tile);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue