Add necessary variable

This commit is contained in:
TheWildTree 2020-02-04 20:08:54 +01:00
parent 86283cc422
commit d0eb4e4471
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class Header : BeatmapDownloadTrackingComposite
private const float buttons_spacing = 5;
private readonly UpdateableBeatmapSetCover cover;
private readonly Box coverGradient;
private readonly OsuSpriteText title, artist;
private readonly AuthorInfo author;
private readonly FillFlowContainer downloadButtonsContainer;