mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Removed redundant qualifiers
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Options.Sections
|
||||
|
||||
public GameplaySection()
|
||||
{
|
||||
base.Children = new Drawable[]
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new GeneralOptions(),
|
||||
new SongSelectOptions(),
|
||||
|
Reference in New Issue
Block a user