mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
PlayerSettingsGroups -> PlayerSettings
This commit is contained in:
parent
1fed9193f8
commit
2ddf28346a
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user