Fix redundant default value

This commit is contained in:
smoogipoo 2021-10-04 21:13:14 +09:00
parent d1e7191f94
commit d120678e30

View File

@ -36,7 +36,7 @@ namespace osu.Game.Screens.Play
/// <summary>
/// The gameplay score.
/// </summary>
public Score? Score { get; set; } = null;
public Score? Score { get; set; }
/// <summary>
/// A bindable tracking the last judgement result applied to any hit object.