1
0
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:
Joseph Madamba 2024-07-27 18:35:53 -07:00
parent b4ca07300a
commit 04b15d0d38

View File

@ -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);
}
}