Fix intros playing incorrectly

This commit is contained in:
smoogipoo
2020-08-06 18:54:08 +09:00
parent 2e3ecf71c7
commit ef689d943a
4 changed files with 12 additions and 16 deletions

View File

@ -59,7 +59,7 @@ namespace osu.Game.Screens.Menu
LoadComponentAsync(new TrianglesIntroSequence(logo, background)
{
RelativeSizeAxes = Axes.Both,
Clock = new FramedClock(UsingThemedIntro ? MusicController.CurrentTrack : null),
Clock = new FramedClock(UsingThemedIntro ? (IAdjustableClock)Track : null),
LoadMenu = LoadMenu
}, t =>
{