Reorder to have video settings next to renderer

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert
2021-10-30 20:37:55 +09:00
committed by GitHub
parent 4d988340eb
commit e9473db77c

View File

@ -24,8 +24,8 @@ namespace osu.Game.Overlays.Settings.Sections
{ {
new LayoutSettings(), new LayoutSettings(),
new RendererSettings(), new RendererSettings(),
new ScreenshotSettings(),
new VideoSettings(), new VideoSettings(),
new ScreenshotSettings(),
}; };
} }
} }