1
0
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:
smoogipooo 2017-09-11 15:43:23 +09:00
parent 6ecd530d7b
commit 54aff432fe

View File

@ -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;