mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 04:49:58 +08:00
Bind to correct target (hacky)
This commit is contained in:
@@ -64,7 +64,7 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
|
||||
protected virtual void AddPairing(MatchPairing pairing)
|
||||
{
|
||||
PairingsContainer.Add(new DrawableMatchPairing(pairing));
|
||||
PairingsContainer.Add(new DrawableMatchPairing(pairing, this is LadderEditorScreen));
|
||||
}
|
||||
|
||||
private Cached layout = new Cached();
|
||||
|
||||
Reference in New Issue
Block a user