mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Update framework version.
This commit is contained in:
parent
d9486e790a
commit
934523e347
@ -1 +1 @@
|
|||||||
Subproject commit c57055dffeb068c701f195602f472cc8626c32a3
|
Subproject commit 1f770847b245e6d250e63e60c24e9e84131d15e7
|
@ -49,7 +49,7 @@ namespace osu.Game
|
|||||||
OnHome = delegate { MainMenu?.MakeCurrent(); },
|
OnHome = delegate { MainMenu?.MakeCurrent(); },
|
||||||
OnSettings = delegate { Options.PoppedOut = !Options.PoppedOut; },
|
OnSettings = delegate { Options.PoppedOut = !Options.PoppedOut; },
|
||||||
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
||||||
Alpha = 0.001f //fixes invalidation fuckup
|
Alpha = 0.001f,
|
||||||
},
|
},
|
||||||
new VolumeControl
|
new VolumeControl
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user