1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove additive blending from argon body piece

This commit is contained in:
Dean Herbert 2023-03-09 20:26:35 +09:00
parent 030742c648
commit bfc0b946fb

View File

@ -32,7 +32,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
// Without this, the width of the body will be slightly larger than the head/tail.
Masking = true;
CornerRadius = ArgonNotePiece.CORNER_RADIUS;
Blending = BlendingParameters.Additive;
}
[BackgroundDependencyLoader(true)]