1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Remove initial foundContent value

It always is replaced on the first search anyway, and just remains
forever in the overlay otherwise.
This commit is contained in:
Bartłomiej Dach 2022-01-03 19:52:42 +01:00
parent 6650a468e0
commit 586f158920
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -79,7 +79,6 @@ namespace osu.Game.Overlays
Padding = new MarginPadding { Horizontal = 20 },
Children = new Drawable[]
{
foundContent = new FillFlowContainer<BeatmapCard>(),
notFoundContent = new NotFoundDrawable(),
supporterRequiredContent = new SupporterRequiredDrawable(),
}