summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Enders <smenders@gmail.com>2022-02-12 14:11:20 -0500
committerStephen Enders <smenders@gmail.com>2022-02-12 14:11:20 -0500
commit0bf89ad39d4c3659f3164639e4fbe7ca074fa04a (patch)
tree38147bb24c8141dac7a3e4315e1d161f5f4df8f5
parent3cdf385609897872a706b8c6c34ca8ba6b3d73fb (diff)
Shorten roll timer
-rw-r--r--src/ur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ur.cpp b/src/ur.cpp
index 10868a0..b3ea5f7 100644
--- a/src/ur.cpp
+++ b/src/ur.cpp
@@ -275,7 +275,7 @@ main()
view.setSize(view.getSize() * ZOOM);
view.setCenter(view.getSize() / 2.f);
- ur::TimedLatch rolling_animation_timer(sf::seconds(3));
+ ur::TimedLatch rolling_animation_timer(sf::seconds(1));
ur::TimedLatch rolling_animation_frame_pause_timer(sf::milliseconds(100));
Log::info("Starting game");