Reorder params

This commit is contained in:
smoogipoo
2020-09-11 12:17:12 +09:00
parent cfc6e2175d
commit be5d143b5a
6 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
private readonly ScoreType type;
public PaginatedScoreContainer(ScoreType type, Bindable<User> user, string headerText, CounterVisibilityState counterVisibilityState, string missingText = "")
: base(user, missingText, headerText, counterVisibilityState)
: base(user, headerText, missingText, counterVisibilityState)
{
this.type = type;