mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix MapPoolScreen test
This commit is contained in:
parent
a7fcec8d97
commit
9818637b8d
@ -28,6 +28,9 @@ namespace osu.Game.Tournament.Screens.MapPool
|
||||
|
||||
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 @@ namespace osu.Game.Tournament.Screens.MapPool
|
||||
setNextMode();
|
||||
}
|
||||
|
||||
[Resolved]
|
||||
private TournamentSceneManager sceneManager { get; set; }
|
||||
|
||||
private ScheduledDelegate scheduledChange;
|
||||
|
||||
private void addForBeatmap(int beatmapId)
|
||||
|
Loading…
Reference in New Issue
Block a user