mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 09:23:06 +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(); },
|
||||
OnSettings = delegate { Options.PoppedOut = !Options.PoppedOut; },
|
||||
OnPlayModeChange = delegate (PlayMode m) { PlayMode.Value = m; },
|
||||
Alpha = 0.001f //fixes invalidation fuckup
|
||||
Alpha = 0.001f,
|
||||
},
|
||||
new VolumeControl
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user