aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-11-06 22:48:34 +0100
committerache <ache@ache.one>2022-11-06 22:48:34 +0100
commitc5dfb67bfe72ce7fb09da5c34cd46c10917a4866 (patch)
tree61529baedad973090c47701b7f1393070eab7715
parentShow date (diff)
Increase spinner speed
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 1b40fcd..ba9c845 100644
--- a/src/render.c
+++ b/src/render.c
@@ -104,7 +104,7 @@ static void update_single_animation(saver_state_t *state, animation_t *anim)
// Spinner animation
else if (anim->type == ASpinnerAnimation) {
- anim->anim.spinner_anim.rotation += 0.07;
+ anim->anim.spinner_anim.rotation += 0.27;
}
}