mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:22:56 +08:00
Fix MultiplayerPlayer
never calling Reset
on GameplayClockContainer
This call is responsible for ensuring the clock is in a stopped state.
This commit is contained in:
parent
eee7dc02da
commit
100c0cf533
@ -148,6 +148,9 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
|||||||
loadingDisplay.Show();
|
loadingDisplay.Show();
|
||||||
client.ChangeState(MultiplayerUserState.ReadyForGameplay);
|
client.ChangeState(MultiplayerUserState.ReadyForGameplay);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This will pause the clock, pending the gameplay started callback from the server.
|
||||||
|
GameplayClockContainer.Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void failAndBail(string message = null)
|
private void failAndBail(string message = null)
|
||||||
|
Loading…
Reference in New Issue
Block a user