mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 09:42:57 +08: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