WIP added msnu bgm again

This commit is contained in:
Stiffly
2015-10-22 11:12:35 +02:00
parent 16560a86b3
commit 01ff8763b8
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ bool dd::Systems::PhysicsSystem::OnContact(const dd::Events::Contact &event)
}
Events::PlaySound se;
//Spawn a particle when a brick collides with somthing
//Spawn a particle when a brick collides with something
Events::CreateParticleSequence e;
e.EmitterLifeTime = 3;
e.EmittingAngle = glm::half_pi<float>();