diff --git a/osu-framework b/osu-framework index c57055dffe..1f770847b2 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit c57055dffeb068c701f195602f472cc8626c32a3 +Subproject commit 1f770847b245e6d250e63e60c24e9e84131d15e7 diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index a524a4f925..fd0c92eabe 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -49,7 +49,7 @@ namespace osu.Game 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 {