Add comment regarding section initialisation in ScreenBehaviour

This commit is contained in:
Dean Herbert
2022-04-27 16:02:39 +09:00
parent 0343687b85
commit 0354dd5ce6
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ namespace osu.Game.Overlays
protected override IEnumerable<SettingsSection> CreateSections() => new SettingsSection[]
{
// This list should be kept in sync with ScreenBehaviour.
new GeneralSection(),
new SkinSection(),
new InputSection(createSubPanel(new KeyBindingPanel())),