Next level now working

This commit is contained in:
viktorljung
2015-10-13 17:51:37 +02:00
parent a5cb1ed77a
commit 8b218a0103
+1
View File
@@ -401,6 +401,7 @@ void dd::Systems::LevelSystem::BrickHit(EntityID entityHitter, EntityID entityBr
es.Score = brick->Score * combo;
EventBroker->Publish(es);
m_LooseBricks--;
m_World->RemoveEntity(entityBrick);
}