mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Fix classic "welcome" intro not looping as expected
This commit is contained in:
parent
cb4d119f23
commit
4ab16694d1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user