mirror of
https://github.com/ppy/osu
synced 2024-12-28 09:52:56 +00: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:
commit
6a04708a7e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user