mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Fix missed inspections
This commit is contained in:
parent
3c8f871b28
commit
f9fd909187
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user