summaryrefslogtreecommitdiff
path: root/src/animator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator.cc')
-rw-r--r--src/animator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator.cc b/src/animator.cc
index a0108c2..2346cf9 100644
--- a/src/animator.cc
+++ b/src/animator.cc
@@ -10,7 +10,7 @@
namespace {
-double const FRAME = 1.0 / 60.0;
+double const FRAME = 1.0 / 15.0;
unsigned const NEED_BAD = 2;
unsigned const NEED_GOOD = 12;