Tidy up ModDisplay

This commit is contained in:
Dean Herbert
2021-07-21 15:55:51 +09:00
parent 747c475b95
commit a63065dbe9
5 changed files with 24 additions and 38 deletions

View File

@ -282,7 +282,6 @@ namespace osu.Game.Screens.Play
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
AutoSizeAxes = Axes.Both,
};
protected PlayerSettingsOverlay CreatePlayerSettingsOverlay() => new PlayerSettingsOverlay();