1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 20:40:46 +08:00

Fic incorrect ExtendableCircle gradient

This commit is contained in:
Andrei Zavatski
2024-03-10 22:45:29 +03:00
Unverified
parent 1ae8d341cc
commit 6ecef33fd7
@@ -471,6 +471,12 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
/// </summary>
public partial class ExtendableCircle : CompositeDrawable
{
public new ColourInfo Colour
{
get => Content.Colour;
set => Content.Colour = value;
}
protected readonly Circle Content;
public override bool ReceivePositionalInputAt(Vector2 screenSpacePos) => Content.ReceivePositionalInputAt(screenSpacePos);