diff options
Diffstat (limited to 'src/character.cpp')
| -rw-r--r-- | src/character.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.cpp b/src/character.cpp index ca7803cf..7094b54d 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -100,7 +100,7 @@ bool character::update(It it, float dt) const auto vec = move_vec(lr, ud); r = rot; - c.ensure_passability(); + c->ensure_passability(); for (int i = 0; i < nframes; i++) { |
