1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 14:10:45 +08:00

Update one more blending mode change post-master merge

This commit is contained in:
Dean Herbert
2019-08-21 15:11:46 +09:00
Unverified
parent 4186d2566a
commit 28dfe072a5
+1 -1
View File
@@ -380,7 +380,7 @@ namespace osu.Game.Skinning
new Sprite
{
Texture = skin.GetTexture("sliderb-spec"),
Blending = BlendingMode.Additive,
Blending = BlendingParameters.Additive,
},
};
}