diff options
| author | Joel Klinghed <the_jk@opera.com> | 2021-12-07 10:57:55 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2021-12-07 10:57:55 +0100 |
| commit | 682f5d650e572e2ed1f47d51eecba321d119b44c (patch) | |
| tree | 175f60b5f4e6e05a4773c167480a9f723abffa32 /src/animator.cc | |
| parent | dfbe89a221eaa38a3cd1eea67969441c92693afe (diff) | |
Reduce target frames per second from 60 to 15
Diffstat (limited to 'src/animator.cc')
| -rw-r--r-- | src/animator.cc | 2 |
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; |
