Merge branch 'master' into Private_Messages

This commit is contained in:
miterosan
2018-07-08 19:29:33 +02:00
committed by GitHub
46 changed files with 809 additions and 479 deletions

View File

@ -67,7 +67,7 @@ namespace osu.Game.Graphics.Containers
return base.OnClick(state);
}
public bool OnPressed(GlobalAction action)
public virtual bool OnPressed(GlobalAction action)
{
if (action == GlobalAction.Back)
{