mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 23:10:51 +08:00
Ensure the skip overlay shows when someone votes to skip
This commit is contained in:
@@ -95,6 +95,8 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
|
||||
private void onUserVotedToSkipIntro(int userId) => Schedule(() =>
|
||||
{
|
||||
FadingContent.TriggerShow();
|
||||
|
||||
updateText();
|
||||
|
||||
countText.ScaleTo(1.5f).ScaleTo(1, 200, Easing.OutSine);
|
||||
|
||||
Reference in New Issue
Block a user