aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spaghetti-monster/anduril/smooth-steps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/smooth-steps.c b/spaghetti-monster/anduril/smooth-steps.c
index b5ec0c4..d907bc1 100644
--- a/spaghetti-monster/anduril/smooth-steps.c
+++ b/spaghetti-monster/anduril/smooth-steps.c
@@ -11,6 +11,7 @@
// one iteration of main loop()
void smooth_steps_iter() {
if (actual_level == smooth_steps_target) {
+ set_level(smooth_steps_target);
smooth_steps_in_progress = 0;
// restore prev_level when animation ends
prev_level = smooth_steps_start;