diff options
Diffstat (limited to 'src/character.hpp')
| -rw-r--r-- | src/character.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.hpp b/src/character.hpp index 8a45ce10..06833f75 100644 --- a/src/character.hpp +++ b/src/character.hpp @@ -26,7 +26,7 @@ struct character final : entity entity_type type() const noexcept override; explicit operator character_proto() const; - bool update(size_t i, float dt) override; + void update(size_t i, float dt) override; void set_keys(bool L, bool R, bool U, bool D); Vector2 ordinal_offset(Vector2b offset) const override; float depth_offset() const override; |
