1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

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;