Store tick count locally, remove HoldNote TickCount.

This commit is contained in:
smoogipooo
2017-05-29 14:47:51 +09:00
parent f17b8acd13
commit 44f1d906ea
2 changed files with 6 additions and 7 deletions

View File

@ -61,11 +61,6 @@ namespace osu.Game.Rulesets.Mania.Objects
tickSpacing = timingPoint.BeatLength / difficulty.SliderTickRate;
}
/// <summary>
/// Total number of hold note ticks.
/// </summary>
public int TotalTicks => Ticks.Count();
/// <summary>
/// The scoring scoring ticks of the hold note.
/// </summary>