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:
@@ -252,6 +252,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables
|
||||
{
|
||||
new Triangles
|
||||
{
|
||||
BlendingMode = BlendingMode.Additive,
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user