mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Update with framework changes.
This commit is contained in:
parent
2086ed209d
commit
2f72dff779
@ -1 +1 @@
|
||||
Subproject commit d891fc31d8dbe5ee88b798eca9d0a5a7483a144f
|
||||
Subproject commit c9a1998676c57f8d5e6a9d817e75b506d40e4246
|
@ -10,7 +10,6 @@ using osu.Framework.Graphics.Containers;
|
||||
using osu.Game.Rulesets.Mania.Judgements;
|
||||
using osu.Game.Rulesets.Objects.Drawables;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Game.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
{
|
||||
|
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables.Pieces
|
||||
BackgroundColour = Color4.White.Opacity(0),
|
||||
CacheDrawnFrameBuffer = true,
|
||||
// The 'hole' is achieved by subtracting the result of this container with the parent
|
||||
Blending = new BlendingModeParameters { AlphaEquation = BlendingEquation.ReverseSubtract },
|
||||
Blending = new BlendingParameters { AlphaEquation = BlendingEquation.ReverseSubtract },
|
||||
Child = subtractionLayer = new CircularContainer
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user