From c5dfb67bfe72ce7fb09da5c34cd46c10917a4866 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 6 Nov 2022 22:48:34 +0100 Subject: Increase spinner speed --- src/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- cgit v1.2.3