mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Fix redundant default value
This commit is contained in:
parent
d1e7191f94
commit
d120678e30
@ -36,7 +36,7 @@ namespace osu.Game.Screens.Play
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The gameplay score.
|
/// The gameplay score.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Score? Score { get; set; } = null;
|
public Score? Score { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A bindable tracking the last judgement result applied to any hit object.
|
/// A bindable tracking the last judgement result applied to any hit object.
|
||||||
|
Loading…
Reference in New Issue
Block a user