1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 21:02:56 +08:00

Increase intro time allowance to account for seasonal tracks with actual long intros

This commit is contained in:
Dean Herbert 2024-12-19 17:59:31 +09:00
parent 5557c8e3fb
commit b4cc0b815f
No known key found for this signature in database

View File

@ -207,7 +207,7 @@ namespace osu.Game.Screens.Menu
Text = NotificationsStrings.AudioPlaybackIssue
});
}
}, 5000);
}, 8000);
}
public override void OnResuming(ScreenTransitionEvent e)