Merge branch 'master' into update-displays-in-setting

This commit is contained in:
Dean Herbert
2022-10-12 14:37:49 +09:00
committed by GitHub
174 changed files with 3372 additions and 892 deletions

View File

@ -77,8 +77,8 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
window.DisplaysChanged += onDisplaysChanged;
}
if (host.Window is WindowsWindow windowsWindow)
fullscreenCapability.BindTo(windowsWindow.FullscreenCapability);
if (host.Renderer is IWindowsRenderer windowsRenderer)
fullscreenCapability.BindTo(windowsRenderer.FullscreenCapability);
Children = new Drawable[]
{