mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Simplify blending assignment
This commit is contained in:
parent
4067b6129b
commit
f189de437a
@ -52,7 +52,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Alpha = 0,
|
||||
Blending = new BlendingParameters { Mode = BlendingMode.Additive },
|
||||
Blending = BlendingMode.Additive,
|
||||
},
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user