Update SoloPlayer to derive SubmittingPlayer

This commit is contained in:
Dean Herbert
2021-03-23 15:35:06 +09:00
parent 12f050264a
commit 194b2d05d3
2 changed files with 15 additions and 2 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens.Play
[Resolved]
private IAPIProvider api { get; set; }
protected SubmittingPlayer(PlayerConfiguration configuration)
protected SubmittingPlayer(PlayerConfiguration configuration = null)
: base(configuration)
{
}