1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

PlayerSettingsGroups -> PlayerSettings

This commit is contained in:
Salman Ahmed 2021-08-14 19:58:20 +03:00
parent 1fed9193f8
commit 2ddf28346a
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
[BackgroundDependencyLoader]
private void load()
{
PlayerSettingsGroups.Expire();
PlayerSettings.Expire();
}
protected override void LogoArriving(OsuLogo logo, bool resuming)

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens.Play
/// <summary>
/// A fill flow containing the player settings groups, exposed for the ability to hide it from inheritors of the player loader.
/// </summary>
protected FillFlowContainer<PlayerSettingsGroup> PlayerSettingsGroups;
protected FillFlowContainer<PlayerSettingsGroup> PlayerSettings;
protected VisualSettings VisualSettings;
@ -145,7 +145,7 @@ namespace osu.Game.Screens.Play
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
},
PlayerSettingsGroups = new FillFlowContainer<PlayerSettingsGroup>
PlayerSettings = new FillFlowContainer<PlayerSettingsGroup>
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,