Update one more blending mode change post-master merge

This commit is contained in:
Dean Herbert 2019-08-21 15:11:46 +09:00
parent 4186d2566a
commit 28dfe072a5

View File

@ -380,7 +380,7 @@ namespace osu.Game.Skinning
new Sprite
{
Texture = skin.GetTexture("sliderb-spec"),
Blending = BlendingMode.Additive,
Blending = BlendingParameters.Additive,
},
};
}