1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 01:17:19 +08:00

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
}
};