mirror of
https://github.com/ppy/osu
synced 2025-02-09 06:36:56 +00:00
Merge pull request #27564 from EVAST9919/editor-blueprint-gradient
Fix incorrect gradient application in `TimelineHitObjectBlueprint`
This commit is contained in:
commit
9bc55be515
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user