]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/PlayerController.hpp
move steering behaviours into entity
[blank.git] / src / ui / PlayerController.hpp
index 9cf0bca465eb3550af7c009dfd4049f73b1c2679..48c3bdcfbc51ff07e65ca1779735a03becac584c 100644 (file)
@@ -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;