Hook up lm_always_update

This commit is contained in:
Magnus Norddahl 2025-05-15 10:07:08 +02:00
commit dfeec3c123

View file

@ -251,7 +251,7 @@ public:
{
tile->LastSeen = TileSeenCounter;
if (tile->GeometryUpdate)
if (lm_always_update || tile->GeometryUpdate)
{
VisibleTiles.Geometry.Push(tile);
}