Update settings in line with framework changes

This commit is contained in:
Dean Herbert
2019-07-30 23:31:21 +09:00
parent e849e68e99
commit 4c6cccb3a3
4 changed files with 8 additions and 13 deletions

View File

@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Settings.Sections
Children = new Drawable[]
{
new GeneralSettings(),
new GCSettings(),
new MemorySettings(),
};
}
}