1
0
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:
Dean Herbert
2025-11-21 17:25:40 +09:00
Unverified
parent 41b56971e5
commit fc74726d11
@@ -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);