diff --git a/osu-framework b/osu-framework index 1f770847b2..19252f6177 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 1f770847b245e6d250e63e60c24e9e84131d15e7 +Subproject commit 19252f6177622908cfbbf3caed7ceca42e5832d6 diff --git a/osu.Game/GameModes/Menu/Intro.cs b/osu.Game/GameModes/Menu/Intro.cs index 78e0d15b0e..e70b2639cf 100644 --- a/osu.Game/GameModes/Menu/Intro.cs +++ b/osu.Game/GameModes/Menu/Intro.cs @@ -47,8 +47,7 @@ public override void Load() Scheduler.Add(delegate { welcome.Play(); - }, true); - + }); Scheduler.AddDelayed(delegate { diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index 87c6c30c51..d8ae0b05a1 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -49,7 +49,7 @@ public override void Load() OnHome = delegate { MainMenu?.MakeCurrent(); }, OnSettings = delegate { Options.PoppedOut = !Options.PoppedOut; }, OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; }, - Alpha = 0.001f //fixes invalidation fuckup + Alpha = 0.001f, }, new VolumeControl {