Protect RollingCounter props

This commit is contained in:
Adonais Romero González
2016-10-17 21:40:50 -05:00
parent 5abc3ba898
commit eeacd85073
4 changed files with 9 additions and 9 deletions

View File

@ -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.