mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix redundant default value
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user