mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 23:28:00 +09:00
Use additive blending for background box
Doesn't make a huge difference but this was intended.
This commit is contained in:
parent
b7d2821b55
commit
e543db9bee
@ -65,6 +65,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
{
|
{
|
||||||
Colour = Color4.Black,
|
Colour = Color4.Black,
|
||||||
Depth = float.MaxValue,
|
Depth = float.MaxValue,
|
||||||
|
Blending = BlendingParameters.Additive,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user