Fix room title in the breadcrumbs

This commit is contained in:
smoogipoo
2019-02-07 19:52:33 +09:00
parent 1c2450a95a
commit 17fdfc15d9
2 changed files with 5 additions and 3 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game.Screens.Multi.Lounge
currentRoom.Value = room;
this.Push(new MatchSubScreen(s => pushGameplayScreen?.Invoke(s)));
this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s)));
}
}
}