1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Revert one more change

This commit is contained in:
smoogipoo 2020-12-14 13:15:52 +09:00
parent e01b41b7d1
commit 028909353c

View File

@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
protected IScrollingInfo ScrollingInfo { get; private set; }
[BackgroundDependencyLoader]
private void load(ISkinSource skin)
private void load()
{
Direction.BindTo(ScrollingInfo.Direction);
}