1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 03:19:52 +08:00

Fix incorrect blending mode on triangles.

This commit is contained in:
Dean Herbert
2016-11-16 16:29:19 +09:00
Unverified
parent fba748b24e
commit 353b9c0789
@@ -252,6 +252,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
{
new Triangles
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both
}
};