mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add inline comment
This commit is contained in:
parent
07f577a0c6
commit
04dbb6fc1b
@ -176,6 +176,9 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
else
|
||||
{
|
||||
// new results may contain beatmaps from a previous page,
|
||||
// this is dodgy but matches web behaviour for now.
|
||||
// see: https://github.com/ppy/osu-web/issues/9270
|
||||
newCards = newCards.Except(foundContent);
|
||||
|
||||
panelLoadTask = LoadComponentsAsync(newCards, loaded =>
|
||||
|
Loading…
Reference in New Issue
Block a user