Skip to content
Snippets Groups Projects
Commit 9e675793 authored by Zeno-'s avatar Zeno-
Browse files

Fix memory leak in MapgenV6

parent eb7482fd
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ MapgenV6::~MapgenV6()
delete noise_mud;
delete noise_beach;
delete noise_biome;
delete[] heightmap;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment