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

This commit is contained in:
stiffly
2016-02-10 11:37:17 +01:00
43 changed files with 1213 additions and 157 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ void PlayerMovementSystem::Update(double dt)
Events::DoubleJump e;
m_EventBroker->Publish(e);
}
velocity.y += 4.f;
velocity.y = 4.f;
}
if (player.HasComponent("AABB")) {