Merge branch 'developer' into feature/Controller

# Conflicts:
#	CrystalPoint.cpp
#	Player.cpp
This commit is contained in:
2016-06-21 15:14:08 +02:00
21 changed files with 174 additions and 30 deletions
+2 -4
View File
@@ -370,6 +370,7 @@ void Model::unload(Model* model)
{
delete m.second.first;
cache.erase(cache.find(m.first));
break;
}
}
@@ -378,8 +379,5 @@ void Model::unload(Model* model)
Model::~Model(void)
{
for (auto m : cache)
{
delete m.second.first;
}
}