1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:58:21 +08:00

Fix redundant initialiser

This commit is contained in:
Dean Herbert 2017-08-22 23:43:10 +09:00
parent 6f8e85c2e1
commit ef2d9ffede

View File

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