mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
correct type of field stageHint
This commit is contained in:
parent
bf162f148e
commit
5d2b5cc950
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
||||
|
||||
private readonly IBindable<ScrollingDirection> direction = new Bindable<ScrollingDirection>();
|
||||
|
||||
private readonly Drawable stageHint;
|
||||
private readonly StageHint stageHint;
|
||||
|
||||
public ColumnHitObjectArea(HitObjectContainer hitObjectContainer)
|
||||
{
|
||||
@ -59,6 +59,8 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
||||
return;
|
||||
|
||||
accentColour = value;
|
||||
|
||||
stageHint.AccentColour = accentColour;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user