1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 02:39:52 +08:00

Merge pull request #11761 from peppy/fix-welcome-intro-looping

Fix classic "welcome" intro not looping as expected
This commit is contained in:
Dan Balasescu
2021-02-12 21:52:11 +09:00
committed by GitHub
Unverified
+4
View File
@@ -67,6 +67,10 @@ namespace osu.Game.Screens.Menu
{
StartTrack();
// this classic intro loops forever.
if (UsingThemedIntro)
Track.Looping = true;
const float fade_in_time = 200;
logo.ScaleTo(1);