removed code from OsuGameBase for fullscreen.....OsuSetting still exists but cannot figure out a way to set it to a default and have it actually work

This commit is contained in:
Owen Young
2021-03-22 22:52:16 -05:00
parent bdcb9451f7
commit 9f788f5854
3 changed files with 7 additions and 9 deletions

View File

@ -126,7 +126,7 @@ namespace osu.Game
private Bindable<int> configSkin;
private Bindable<WindowMode> windowMode;
// private Bindable<WindowMode> windowMode;
private readonly string[] args;
@ -573,8 +573,8 @@ namespace osu.Game
dependencies.CacheAs(idleTracker = new GameIdleTracker(6000));
windowMode = LocalConfig.GetBindable<WindowMode>(OsuSetting.WindowSetting);
frameworkConfig.GetBindable<WindowMode>(FrameworkSetting.WindowMode).Value = windowMode.Value;
// windowMode = LocalConfig.GetBindable<WindowMode>(OsuSetting.WindowSetting);
// frameworkConfig.GetBindable<WindowMode>(FrameworkSetting.WindowMode).Value = windowMode.Value;
AddRange(new Drawable[]
{