1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Fix missing uncommitted change

This commit is contained in:
Dean Herbert
2026-05-09 00:26:25 +09:00
Unverified
parent 6f46be12db
commit 397b2201d0
@@ -34,9 +34,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
Caption = GraphicsSettingsStrings.Renderer,
Current = renderer,
Items = host.GetPreferredRenderersForCurrentPlatform().Order()
#pragma warning disable CS0612 // Type or member is obsolete
.Where(t => t != RendererType.Vulkan && t != RendererType.OpenGLLegacy),
#pragma warning restore CS0612 // Type or member is obsolete
.Where(t => t != RendererType.Vulkan),
})
{
Keywords = new[] { @"compatibility", @"directx" },