1
0
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:
Salman Ahmed 2022-09-14 00:49:02 +03:00
parent 07f577a0c6
commit 04dbb6fc1b

View File

@ -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 =>