This commit is contained in:
Andrei Zavatski 2019-07-09 08:25:10 +03:00
parent 8d46d4a28e
commit eb4ef8f6ac
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;

View File

@ -31,7 +31,7 @@ public class BeatmapSetOverlay : FullscreenOverlay
protected readonly Header Header;
private RulesetStore rulesets;
private ScoresContainer scores;
private readonly ScoresContainer scores;
private GetScoresRequest getScoresRequest;
private readonly Bindable<BeatmapSetInfo> beatmapSet = new Bindable<BeatmapSetInfo>();