mirror of
https://github.com/osukey/osukey.git
synced 2025-07-16 15:59:58 +09:00
Fix CI error
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
|||||||
Size = new Vector2(isTick ? 0.5f : 1);
|
Size = new Vector2(isTick ? 0.5f : 1);
|
||||||
FillMode = FillMode.Fit;
|
FillMode = FillMode.Fit;
|
||||||
|
|
||||||
BlendingMode = BlendingMode.Additive;
|
Blending = BlendingMode.Additive;
|
||||||
|
|
||||||
Color4 accent = isTick ? Color4.White : judgedObject.AccentColour;
|
Color4 accent = isTick ? Color4.White : judgedObject.AccentColour;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user