mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix missed inspections
This commit is contained in:
@ -135,7 +135,7 @@ namespace osu.Game.Screens.Play
|
||||
/// </summary>
|
||||
public Player(PlayerConfiguration configuration = null)
|
||||
{
|
||||
this.Configuration = configuration ??= new PlayerConfiguration();
|
||||
Configuration = configuration ?? new PlayerConfiguration();
|
||||
}
|
||||
|
||||
private GameplayBeatmap gameplayBeatmap;
|
||||
|
Reference in New Issue
Block a user