diff options
-rw-r--r-- | src/character.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character.cpp b/src/character.cpp index 94f0b7ac..7cded2ba 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -109,6 +109,8 @@ bool character::update(std::size_t i, float dt) int nframes = allocate_frame_time(dt); + rotate(i, new_r); + if (!nframes) return false; |