This is a safety commit on a working point because what I do next might crash everything.

This commit is contained in:
PlatinumSkink
2015-09-15 12:41:57 +02:00
parent 88bd96861d
commit 9db15aa898
+1
View File
@@ -73,6 +73,7 @@ void dd::Systems::LevelSystem::UpdateEntity(double dt, EntityID entity, EntityID
{
if (life->number + 1 == pastLives) {
pastLives--;
//m_World->RemoveEntity(entity);
}
}