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

# Conflicts:
#	assets
This commit is contained in:
stiffly
2016-02-04 10:47:30 +01:00
parent 2e3e59a1e2
commit 0a8ee1623f
6 changed files with 36 additions and 2 deletions
@@ -82,6 +82,8 @@ void PlayerMovementSystem::Update(double dt)
}
else {
controller->SetDoubleJumping(true);
Events::DoubleJump e;
m_EventBroker->Publish(e);
}
velocity.y += 4.f;
}