1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Update with upstream changes

This commit is contained in:
Dean Herbert 2018-01-17 16:51:47 +09:00
parent 2f7d9036bd
commit 783ca40c64
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Containers
{
}
public override bool HandleInput => true;
public override bool HandleMouseInput => true;
private OsuGame game;

View File

@ -440,7 +440,7 @@ namespace osu.Game.Overlays.Profile
{
public string TooltipText => "View Profile in Browser";
public override bool HandleInput => true;
public override bool HandleMouseInput => true;
public ProfileLink(User user)
{