mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 05:15:37 +08:00
Fix CI error
This commit is contained in:
parent
6ecd530d7b
commit
54aff432fe
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
Size = new Vector2(isTick ? 0.5f : 1);
|
||||
FillMode = FillMode.Fit;
|
||||
|
||||
BlendingMode = BlendingMode.Additive;
|
||||
Blending = BlendingMode.Additive;
|
||||
|
||||
Color4 accent = isTick ? Color4.White : judgedObject.AccentColour;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user