mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09:00
fix leftover parameter name
This commit is contained in:
parent
f73fd7ffe9
commit
b43b1673cc
@ -86,9 +86,9 @@ namespace osu.Game.Rulesets.Mania.Mods
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(IScrollingInfo configManager)
|
private void load(IScrollingInfo scrollingInfo)
|
||||||
{
|
{
|
||||||
scrollDirection.BindTo(configManager.Direction);
|
scrollDirection.BindTo(scrollingInfo.Direction);
|
||||||
scrollDirection.BindValueChanged(onScrollDirectionChanged, true);
|
scrollDirection.BindValueChanged(onScrollDirectionChanged, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user