diff options
-rw-r--r-- | src/scenery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp index 23967af8..4056f49f 100644 --- a/src/scenery.cpp +++ b/src/scenery.cpp @@ -82,7 +82,7 @@ void scenery::update(float dt, const anim_atlas& anim) blocks_view = !passable; frame = (frame_t)std::clamp(fr, 0, nframes-1); if (!active) - delta = 0; + delta = closing = 0; break; } } |