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:
parent
5dd641bc60
commit
6cccb6b848
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user