mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:12:57 +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>();
|
private readonly Bindable<MatchPairing> currentMatch = new Bindable<MatchPairing>();
|
||||||
|
|
||||||
|
[Resolved(canBeNull: true)]
|
||||||
|
private TournamentSceneManager sceneManager { get; set; }
|
||||||
|
|
||||||
private TeamColour pickColour;
|
private TeamColour pickColour;
|
||||||
private ChoiceType pickType;
|
private ChoiceType pickType;
|
||||||
|
|
||||||
@ -169,9 +172,6 @@ namespace osu.Game.Tournament.Screens.MapPool
|
|||||||
setNextMode();
|
setNextMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private TournamentSceneManager sceneManager { get; set; }
|
|
||||||
|
|
||||||
private ScheduledDelegate scheduledChange;
|
private ScheduledDelegate scheduledChange;
|
||||||
|
|
||||||
private void addForBeatmap(int beatmapId)
|
private void addForBeatmap(int beatmapId)
|
||||||
|
Loading…
Reference in New Issue
Block a user