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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user