1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Fix missed inspections

This commit is contained in:
Dean Herbert 2020-12-23 18:07:38 +09:00
parent 3c8f871b28
commit f9fd909187

View File

@ -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;