Open -> Push

This commit is contained in:
Dean Herbert
2018-12-26 20:21:30 +09:00
parent 6f0d13e36b
commit 5bd3ab51dd
2 changed files with 7 additions and 4 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Screens.Multi
Right = 10,
},
Text = "Create room",
Action = () => loungeSubScreen.Open(new Room
Action = () => loungeSubScreen.Push(new Room
{
Name = { Value = $"{api.LocalUser}'s awesome room" }
}),