mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
Add missing immediate application of AccentColour
in DefaultKeyArea
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
98b578e8e6
commit
c7405d1c1c
@ -89,7 +89,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
|||||||
Radius = 5,
|
Radius = 5,
|
||||||
Colour = colour.NewValue.Opacity(0.5f),
|
Colour = colour.NewValue.Opacity(0.5f),
|
||||||
};
|
};
|
||||||
});
|
}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
||||||
|
Loading…
Reference in New Issue
Block a user