1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 02:31:25 +08:00

Fix clicks propagating through personal best score area

Closes https://github.com/ppy/osu/issues/34483.
This commit is contained in:
Dean Herbert
2025-08-04 13:32:56 +09:00
Unverified
parent 7c1c844b45
commit b83a3dc105
+2 -2
View File
@@ -5,13 +5,13 @@ using osu.Framework.Allocation;
using osu.Framework.Extensions.Color4Extensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Colour;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Overlays;
namespace osu.Game.Screens.SelectV2
{
internal partial class WedgeBackground : CompositeDrawable
internal sealed partial class WedgeBackground : InputBlockingContainer
{
public float StartAlpha { get; init; } = 0.9f;