Fix MapPoolScreen test

This commit is contained in:
Dean Herbert 2019-06-14 17:20:15 +09:00
parent a7fcec8d97
commit 9818637b8d
1 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,9 @@ public class MapPoolScreen : TournamentScreen
private readonly Bindable<MatchPairing> currentMatch = new Bindable<MatchPairing>();
[Resolved(canBeNull: true)]
private TournamentSceneManager sceneManager { get; set; }
private TeamColour pickColour;
private ChoiceType pickType;
@ -169,9 +172,6 @@ private void reset()
setNextMode();
}
[Resolved]
private TournamentSceneManager sceneManager { get; set; }
private ScheduledDelegate scheduledChange;
private void addForBeatmap(int beatmapId)