Sound when crashing into obstacle added

This commit is contained in:
Tleety
2015-06-01 23:28:31 +02:00
parent 8bd3ccf4cf
commit c15a082e4f
7 changed files with 14 additions and 6 deletions
@@ -69,7 +69,6 @@ void Systems::CollisionSystem::Intersects(EntityID aEntity, EntityID bEntity)
if(bCollisionComponent == nullptr)
return;
auto aBounds = m_World->GetComponent<Components::Bounds>(aEntity, "Bounds");
auto bBounds = m_World->GetComponent<Components::Bounds>(bEntity, "Bounds");