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:
parent
244ca4e8c7
commit
b447018e5b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user