Damage and Spashdamage working, phantomShapes not really working

This commit is contained in:
ViktorLjung
2014-05-27 07:04:29 +02:00
parent a0ee235473
commit c37df5c178
27 changed files with 804 additions and 202 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ void Systems::SoundSystem::OnComponentCreated(std::string type, std::shared_ptr<
}
}
void Systems::SoundSystem::OnComponentRemoved(std::string type, Component* component)
void Systems::SoundSystem::OnComponentRemoved(EntityID entity, std::string type, Component* component)
{
if(type == "SoundEmitter")
{