aboutsummaryrefslogtreecommitdiff
path: root/src/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.c')
-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;
}
}