mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 03:43:21 +08:00
Remove outdated todo
This commit is contained in:
parent
5d0b92e28c
commit
543482111b
@ -55,7 +55,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Spectate
|
||||
public MultiSpectatorScreen(MultiplayerRoomUser[] users)
|
||||
: base(users.Select(u => u.UserID).ToArray())
|
||||
{
|
||||
// todo: this is a bit ugly, but not sure on a better way to handle.
|
||||
this.users = users;
|
||||
|
||||
instances = new PlayerArea[Users.Count];
|
||||
|
Loading…
Reference in New Issue
Block a user