mirror of
https://github.com/ppy/osu
synced 2025-03-06 03:19:47 +00:00
removed line (?) - tried doing testing to see if it launched in fullscreen (i.e., overriding the method ppy mentioned), but to no avail :(
This commit is contained in:
parent
d9e2c44a34
commit
254b0f5dc3
@ -1007,7 +1007,6 @@ namespace osu.Game
|
||||
if (newScreen == null)
|
||||
Exit();
|
||||
}
|
||||
|
||||
protected override IDictionary<FrameworkSetting, object> GetFrameworkConfigDefaults() {
|
||||
IDictionary<FrameworkSetting, object> defaultOverrides = new Dictionary<FrameworkSetting, object>();
|
||||
defaultOverrides.Add(FrameworkSetting.WindowMode, WindowMode.Fullscreen);
|
||||
|
Loading…
Reference in New Issue
Block a user