Reorder file and change naming slightly

This commit is contained in:
Dean Herbert
2020-05-14 14:24:43 +09:00
parent 5e09a1b334
commit fa3373e5f3
2 changed files with 16 additions and 16 deletions

View File

@ -247,7 +247,7 @@ namespace osu.Game.Overlays
base.Update();
if (shouldAddNextPage)
filterControl.AddPageToResult();
filterControl.ShowMore();
}
}
}