mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 16:20:30 +08:00
Remove unnecessary ReceivePositionalInputAt
Results is not even using the new footer.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user