mirror of
https://github.com/ppy/osu
synced 2024-12-13 02:17:32 +00:00
Fix resolve
This commit is contained in:
parent
2a1096a3c8
commit
e24a5949c5
@ -58,7 +58,7 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
/// May be null if this <see cref="OnlinePlayComposite"/> is not inside a <see cref="RoomSubScreen"/>.
|
||||
/// </summary>
|
||||
[CanBeNull]
|
||||
[Resolved(typeof(Room), CanBeNull = true)]
|
||||
[Resolved(CanBeNull = true)]
|
||||
protected IBindable<PlaylistItem> SelectedItem { get; private set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user