1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 04:22:55 +08:00

Revert "add arrow indicator"

This reverts commit 1ce9e97fd4.
This commit is contained in:
OliBomby 2024-08-21 14:12:58 +02:00
parent 1ce9e97fd4
commit 423feadd64

View File

@ -12,7 +12,6 @@ using osu.Framework.Extensions.IEnumerableExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Input.Events;
using osu.Game.Audio;
@ -166,13 +165,6 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
[Resolved(canBeNull: true)]
private EditorBeatmap beatmap { get; set; } = null!;
protected override Drawable CreateArrow() => new Triangle
{
Size = new Vector2(20),
Anchor = Anchor.Centre,
Origin = Anchor.TopCentre,
};
public SampleEditPopover(HitObject hitObject)
{
this.hitObject = hitObject;