1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 07:49:52 +08:00

Remove canBeNull: true.

This commit is contained in:
andy840119
2022-08-01 19:45:15 +08:00
Unverified
parent 5dd641bc60
commit 6cccb6b848
+1 -1
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;