mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove canBeNull: true
.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user