1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 02:31:17 +08:00

Remove stray default value specification

This commit is contained in:
Dean Herbert
2020-04-06 12:45:58 +09:00
Unverified
parent cfa2404626
commit 66b8a8ad2e
@@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
Anchor = Anchor.Centre,
Alpha = 0.5f,
}
}, confineMode: ConfineMode.NoScaling);
});
}
public double AnimationStartTime { get; set; }