Bind to correct target (hacky)

This commit is contained in:
Dean Herbert 2019-02-17 19:49:10 +09:00
parent ef321b4103
commit e7668a749b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ private void load(OsuColour colours, Storage storage)
protected virtual void AddPairing(MatchPairing pairing)
{
PairingsContainer.Add(new DrawableMatchPairing(pairing));
PairingsContainer.Add(new DrawableMatchPairing(pairing, this is LadderEditorScreen));
}
private Cached layout = new Cached();