1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 16:20:30 +08:00

Remove redundant initializing field by default

This commit is contained in:
Bang Sunghwan
2018-02-09 09:55:02 +09:00
Unverified
parent f20e3ff31d
commit 3894622ddc
+1 -1
View File
@@ -20,7 +20,7 @@ namespace osu.Game.Beatmaps
public float DrainRate { get; set; } = DEFAULT_DIFFICULTY;
public float CircleSize { get; set; } = DEFAULT_DIFFICULTY;
public float OverallDifficulty { get; set; } = DEFAULT_DIFFICULTY;
private float? approachRate = null;
private float? approachRate;
public float ApproachRate
{
get