1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:50:19 +08:00

Protect RollingCounter props

This commit is contained in:
Adonais Romero González
2016-10-17 21:40:50 -05:00
Unverified
parent 5abc3ba898
commit eeacd85073
4 changed files with 9 additions and 9 deletions
@@ -17,8 +17,8 @@ namespace osu.Game.Graphics.UserInterface
{
protected override Type TransformType => typeof(TransformScore);
public override double RollingDuration => 1000;
public override EasingTypes RollingEasing => EasingTypes.Out;
protected override double RollingDuration => 1000;
protected override EasingTypes RollingEasing => EasingTypes.Out;
/// <summary>
/// How many leading zeroes the counter has.