mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Update framework version.
This commit is contained in:
Submodule osu-framework updated: c57055dffe...1f770847b2
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user