mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Merge remote-tracking branch 'refs/remotes/upstream/master'
Conflicts: osu-framework osu.Desktop.VisualTests/Program.cs
This commit is contained in:
@ -54,7 +54,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,
|
||||
},
|
||||
Chat = new ChatConsole(),
|
||||
new VolumeControl
|
||||
|
Reference in New Issue
Block a user