mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09:00
Bind to correct target (hacky)
This commit is contained in:
parent
ef321b4103
commit
e7668a749b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user