Merge remote-tracking branch 'origin/master' into Sound

This commit is contained in:
Stiffly
2015-09-25 01:03:28 +02:00
3 changed files with 838 additions and 838 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ EntityID dd::Systems::PadSystem::CreateBall()
std::shared_ptr<Components::Physics> physics = m_World->AddComponent<Components::Physics>(ent);
physics->Static = false;
cball->Speed = 10;
cball->Speed = 5.f;
m_World->CommitEntity(ent);