Merge branch 'master' into fix-menu-cursor-animation

This commit is contained in:
Dean Herbert
2018-07-06 17:46:29 +09:00
committed by GitHub
7 changed files with 47 additions and 33 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)
{