1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove redundant initializing field by default

This commit is contained in:
Bang Sunghwan 2018-02-09 09:55:02 +09:00
parent f20e3ff31d
commit 3894622ddc

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