mirror of https://github.com/ppy/osu
Fix CI error
This commit is contained in:
parent
6ecd530d7b
commit
54aff432fe
|
@ -28,7 +28,7 @@ public HitExplosion(DrawableHitObject<ManiaHitObject, ManiaJudgement> judgedObje
|
|||
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