mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Fixed minimap memory leak
This commit is contained in:
@@ -1278,6 +1278,7 @@ MapBlockMesh::~MapBlockMesh()
|
||||
{
|
||||
m_mesh->drop();
|
||||
m_mesh = NULL;
|
||||
delete m_minimap_mapblock;
|
||||
}
|
||||
|
||||
bool MapBlockMesh::animate(bool faraway, float time, int crack, u32 daynight_ratio)
|
||||
|
Reference in New Issue
Block a user