mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix SpatialAreaStore not freeing removed areas
This commit is contained in:
@@ -275,6 +275,7 @@ bool SpatialAreaStore::removeArea(u32 id)
|
||||
Area *a = &itr->second;
|
||||
bool result = m_tree->deleteData(get_spatial_region(a->minedge,
|
||||
a->maxedge), id);
|
||||
areas_map.erase(itr);
|
||||
invalidateCache();
|
||||
return result;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user