From e409d96bb9a50201d422e4388b3499743f01b806 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Sat, 24 Jan 2015 23:01:10 +0100 Subject: [PATCH] Faster tapping speed + Feels better with a little more speed --- cockatrice/src/gamescene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/gamescene.cpp b/cockatrice/src/gamescene.cpp index f5f11cef..ff61e530 100644 --- a/cockatrice/src/gamescene.cpp +++ b/cockatrice/src/gamescene.cpp @@ -262,7 +262,7 @@ void GameScene::registerAnimationItem(AbstractCardItem *card) { cardsToAnimate.insert(static_cast(card)); if (!animationTimer->isActive()) - animationTimer->start(15, this); + animationTimer->start(10, this); } void GameScene::unregisterAnimationItem(AbstractCardItem *card)