]> git.localhorst.tv Git - orbi.git/blobdiff - src/app/Controller.cpp
some cleanup
[orbi.git] / src / app / Controller.cpp
index 88dd5eb725f6a39c4c2ebc85da8f9dd766e2bd1b..4d1bf0f31f0255bd4aafbed49bc027f8a984dce2 100644 (file)
@@ -14,7 +14,7 @@ Controller::Controller(Entity *ent)
 , moveAcc(3.5)
 , moveTerm(5)
 , jumping(false)
-, jumpVel(-5) {
+, jumpVel(-6) {
 
 }