OnComponentCreated nu eventbaserat

This commit is contained in:
Stiffly
2014-05-25 04:01:40 +02:00
parent ad902cb511
commit 072e4d4dbb
8 changed files with 32 additions and 13 deletions
-5
View File
@@ -493,11 +493,6 @@ void Systems::PhysicsSystem::TearDownPhysicsState(EntityID entity, EntityID pare
}
void Systems::PhysicsSystem::OnComponentCreated(std::string type, std::shared_ptr<Component> component)
{
}
void Systems::PhysicsSystem::OnComponentRemoved(std::string type, Component* component)
{