1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Fix dangling line post-rebase

This commit is contained in:
Dan Balasescu 2021-12-01 21:36:25 +09:00
parent 89c47708a1
commit e5e2ae8ab4

View File

@ -25,8 +25,6 @@ namespace osu.Game.Screens.OnlinePlay
this.allowEdit = allowEdit;
this.allowSelection = allowSelection;
this.showItemOwner = showItemOwner;
((ReversibleFillFlowContainer)ListContainer).Reverse = reverse;
}
protected override void LoadComplete()