Fix incorrect blending mode on triangles.

This commit is contained in:
Dean Herbert
2016-11-16 16:29:19 +09:00
parent fba748b24e
commit 353b9c0789

View File

@ -252,6 +252,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
{
new Triangles
{
BlendingMode = BlendingMode.Additive,
RelativeSizeAxes = Axes.Both
}
};