mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Shortened animation time between phases
+ changed from 50ms to 25ms between update calls.
This commit is contained in:
@@ -65,7 +65,7 @@ void PhaseButton::setActive(bool _active)
|
||||
return;
|
||||
|
||||
active = _active;
|
||||
activeAnimationTimer->start(50);
|
||||
activeAnimationTimer->start(25);
|
||||
}
|
||||
|
||||
void PhaseButton::updateAnimation()
|
||||
|
||||
Reference in New Issue
Block a user