mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 20:02:58 +08:00
Remove unnecessary ReceivePositionalInputAt
Results is not even using the new footer.
This commit is contained in:
parent
b4ca07300a
commit
04b15d0d38
@ -35,9 +35,6 @@ namespace osu.Game.Screens.Ranking
|
||||
Action = this.ShowPopover;
|
||||
}
|
||||
|
||||
// use Content for tracking input as some buttons might be temporarily hidden with DisappearToBottom, and they become hidden by moving Content away from screen.
|
||||
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => Content.ReceivePositionalInputAt(screenSpacePos);
|
||||
|
||||
public Popover GetPopover() => new CollectionPopover(beatmapInfo);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user