Rename {Multiplayer -> OnlinePlay}Composite

This commit is contained in:
Bartłomiej Dach
2020-12-25 17:12:33 +01:00
parent 4c43a67b68
commit ed4b8482b6
21 changed files with 21 additions and 21 deletions

View File

@ -338,7 +338,7 @@ namespace osu.Game.Screens.OnlinePlay
}
}
private class HeaderBackgroundSprite : MultiplayerBackgroundSprite
private class HeaderBackgroundSprite : OnlinePlayBackgroundSprite
{
protected override UpdateableBeatmapBackgroundSprite CreateBackgroundSprite() => new BackgroundSprite { RelativeSizeAxes = Axes.Both };