remove `PaginatedProfileScoreSubsectio, revert profile score drawables

This commit is contained in:
tsunyoku
2022-07-17 14:22:27 +01:00
parent c2277031f0
commit 7135329c8c
4 changed files with 12 additions and 207 deletions

View File

@ -18,8 +18,8 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
{
private readonly double weight;
public DrawableProfileWeightedScore(SoloScoreInfo score, APIBeatmap beatmap, double weight)
: base(score, beatmap)
public DrawableProfileWeightedScore(SoloScoreInfo score, double weight)
: base(score)
{
this.weight = weight;
}