Merge remote-tracking branch 'refs/remotes/upstream/master'

Conflicts:
	osu-framework
	osu.Desktop.VisualTests/Program.cs
This commit is contained in:
Dean Herbert
2016-10-12 15:20:23 +09:00
14 changed files with 1124 additions and 3 deletions

View File

@ -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