1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:02:54 +08:00

remove editor beatmap

This commit is contained in:
OliBomby 2023-05-08 11:55:58 +02:00
parent 244ca4e8c7
commit b447018e5b

View File

@ -26,9 +26,6 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
public readonly HitObject HitObject;
[Resolved(canBeNull: true)]
private EditorBeatmap editorBeatmap { get; set; } = null!;
public SamplePointPiece(HitObject hitObject)
{
HitObject = hitObject;