Remove canBeNull: true.

This commit is contained in:
andy840119 2022-08-01 19:45:15 +08:00
parent 5dd641bc60
commit 6cccb6b848

View File

@ -87,7 +87,7 @@ namespace osu.Game.Audio
public class TrackManagerPreviewTrack : PreviewTrack
{
[Resolved(canBeNull: true)]
[Resolved]
public IPreviewTrackOwner? Owner { get; private set; }
private readonly IBeatmapSetInfo beatmapSetInfo;