mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 17:43:00 +08:00
Remove not-yet-implemented settings group comments
This commit is contained in:
parent
00c68cad53
commit
fbab5acac1
@ -37,8 +37,6 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
Spacing = new Vector2(0, 20),
|
Spacing = new Vector2(0, 20),
|
||||||
Children = new PlayerSettingsGroup[]
|
Children = new PlayerSettingsGroup[]
|
||||||
{
|
{
|
||||||
//CollectionSettings = new CollectionSettings(),
|
|
||||||
//DiscussionSettings = new DiscussionSettings(),
|
|
||||||
PlaybackSettings = new PlaybackSettings { Expanded = { Value = false } },
|
PlaybackSettings = new PlaybackSettings { Expanded = { Value = false } },
|
||||||
VisualSettings = new VisualSettings { Expanded = { Value = false } },
|
VisualSettings = new VisualSettings { Expanded = { Value = false } },
|
||||||
new AudioSettings { Expanded = { Value = false } }
|
new AudioSettings { Expanded = { Value = false } }
|
||||||
|
Loading…
Reference in New Issue
Block a user