mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 06:53:21 +08:00
Fix multiplayer create button appearing in match song selection
This commit is contained in:
parent
6449734a97
commit
8d6fc3edf0
@ -257,7 +257,7 @@ namespace osu.Game.Screens.Multi
|
|||||||
private void subScreenChanged(IScreen newScreen)
|
private void subScreenChanged(IScreen newScreen)
|
||||||
{
|
{
|
||||||
updatePollingRate(isIdle.Value);
|
updatePollingRate(isIdle.Value);
|
||||||
createButton.FadeTo(newScreen is MatchSubScreen ? 0 : 1, 200);
|
createButton.FadeTo(newScreen is LoungeSubScreen ? 1 : 0, 200);
|
||||||
|
|
||||||
updateTrack();
|
updateTrack();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user