mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Reorder to have video settings next to renderer
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
@ -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(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user