This commit is contained in:
2016-06-20 20:38:56 +02:00
parent e081373a45
commit 3701918ac9
+1
View File
@@ -215,6 +215,7 @@ World::~World()
{
delete heightmap;
delete skybox;
delete portal;
}
std::pair<std::string, bool> World::getObjectFromValue(int val)