mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fixed formatting issues to be in line with osu coding standards
This commit is contained in:
@ -1007,7 +1007,9 @@ namespace osu.Game
|
||||
if (newScreen == null)
|
||||
Exit();
|
||||
}
|
||||
protected override IDictionary<FrameworkSetting, object> GetFrameworkConfigDefaults() {
|
||||
|
||||
protected override IDictionary<FrameworkSetting, object> GetFrameworkConfigDefaults()
|
||||
{
|
||||
// Overriding settings determined by Framework
|
||||
IDictionary<FrameworkSetting, object> defaultOverrides = new Dictionary<FrameworkSetting, object>();
|
||||
defaultOverrides.Add(FrameworkSetting.WindowMode, WindowMode.Fullscreen);
|
||||
|
Reference in New Issue
Block a user