Skip to content

Commit

Permalink
Added missing DEM cache cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Jun 15, 2024
1 parent 6b46722 commit a788aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/IMG/mapdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ void MapData::clear()

_polyCache.clear();
_pointCache.clear();
_demCache.clear();
}

void MapData::computeZooms()
Expand Down

0 comments on commit a788aa9

Please sign in to comment.