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

Fix classic "welcome" intro not looping as expected

This commit is contained in:
Dean Herbert 2021-02-12 16:22:19 +09:00
parent cb4d119f23
commit 4ab16694d1

View File

@ -67,6 +67,10 @@ namespace osu.Game.Screens.Menu
{ {
StartTrack(); StartTrack();
// this classic intro loops forever.
if (UsingThemedIntro)
Track.Looping = true;
const float fade_in_time = 200; const float fade_in_time = 200;
logo.ScaleTo(1); logo.ScaleTo(1);