This commit is contained in:
Aaldert
2016-06-20 15:41:39 +02:00
parent dba9c581b1
commit 587b79044b
+2
View File
@@ -211,6 +211,8 @@ World::World(const std::string &fileName):
World::~World()
{
delete heightmap;
music->Stop();
delete music;
delete skybox;
}