]> git.localhorst.tv Git - blank.git/blobdiff - src/app.cpp
make forward key actually go forward ^^
[blank.git] / src / app.cpp
index 652e1c1bbcac54a3ba9157520fd3de69873e936a..e7ed579041a8e5cc2f620c329be199956b5e8c5a 100644 (file)
@@ -322,7 +322,7 @@ void Application::Update(int dt) {
        } else if (front && !back) {
                vel.z = -move_velocity;
        }
-       cam.Velocity(vel);
+       cam.OrientationVelocity(vel);
 
        cam.Update(dt);
        modelCtrl.Update(dt);