mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Reorder params
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user