diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-16 11:12:31 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-17 23:23:11 +0100 |
| commit | d7ea52c8c86e607dc3e7557c96d07910d21be1f4 (patch) | |
| tree | a4aaefc66c6af7cabf2d454a0c5262cbdd7cc819 /src/character.cpp | |
| parent | c699da23c93ce840da2f87749efe0a69c3c37335 (diff) | |
a
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++) { |
