Tweak intro timings more and ensure non-theme tracks play from preview point

This commit is contained in:
Dean Herbert
2022-08-17 13:20:40 +09:00
parent 37799e3b31
commit d9346abb9c
3 changed files with 14 additions and 12 deletions

View File

@ -88,7 +88,7 @@ namespace osu.Game.Screens.Menu
// If the user has requested no theme, fallback to the same intro voice and delay as IntroCircles.
// The triangles intro voice and theme are combined which makes it impossible to use.
welcome?.Play();
Scheduler.AddDelayed(StartTrack, IntroCircles.TRACK_START_DELAY_NON_THEMED);
Scheduler.AddDelayed(StartTrack, IntroCircles.TRACK_START_DELAY);
}
else
StartTrack();