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:
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"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user