1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 04:23:14 +08:00

Bind to correct target (hacky)

This commit is contained in:
Dean Herbert 2019-02-17 19:49:10 +09:00
parent ef321b4103
commit e7668a749b

View File

@ -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();