1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 22:04:47 +08:00

Merge pull request #23332 from peppy/fix-exclusive-fullscreen-detection

Fix exclusive fullscreen notice showing false positives for new renderers
This commit is contained in:
Bartłomiej Dach
2023-04-29 15:30:04 +02:00
committed by GitHub
Unverified
@@ -256,7 +256,7 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
return;
}
if (host.Window is WindowsWindow)
if (host.Renderer is IWindowsRenderer)
{
switch (fullscreenCapability.Value)
{