1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 06:29:52 +08:00

Fix redundant initialiser

This commit is contained in:
Dean Herbert
2017-08-22 23:43:10 +09:00
Unverified
parent 6f8e85c2e1
commit ef2d9ffede
@@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Timing
/// </summary>
internal MultiplierControlPoint ControlPoint;
private Cached<double> durationBacking = new Cached<double>();
private Cached<double> durationBacking;
/// <summary>
/// Creates a new <see cref="ScrollingContainer"/>.