Move mania note height offset application to a much more suitable location

This commit is contained in:
Dean Herbert
2022-05-12 16:13:31 +09:00
parent c0abce918f
commit f7e055dbfe
3 changed files with 29 additions and 29 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.UI.Scrolling
public new ScrollingHitObjectContainer HitObjectContainer => (ScrollingHitObjectContainer)base.HitObjectContainer;
[Resolved]
protected IScrollingInfo ScrollingInfo { get; private set; }
public IScrollingInfo ScrollingInfo { get; private set; }
[BackgroundDependencyLoader]
private void load()