X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2FPlayerController.hpp;fp=src%2Fui%2FPlayerController.hpp;h=48c3bdcfbc51ff07e65ca1779735a03becac584c;hb=6a3227ca747d0598711f7354cd39897184e9fe6a;hp=9cf0bca465eb3550af7c009dfd4049f73b1c2679;hpb=dc9e991ce52da5d89722e1b5f3862988afaa41cc;p=blank.git diff --git a/src/ui/PlayerController.hpp b/src/ui/PlayerController.hpp index 9cf0bca..48c3bdc 100644 --- a/src/ui/PlayerController.hpp +++ b/src/ui/PlayerController.hpp @@ -35,8 +35,6 @@ public: void SetMovement(const glm::vec3 &) noexcept; const glm::vec3 &GetMovement() const noexcept { return move_dir; } - glm::vec3 ControlForce(const Entity &, const EntityState &) const override; - /// turn the controlled entity's head by given pitch and yaw deltas void TurnHead(float pitch, float yaw) noexcept;