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

Always start decoupled clock regardless of track source

This commit is contained in:
Dean Herbert 2021-09-09 22:04:00 +09:00
parent ba99a808af
commit 99b6f0352c

View File

@ -90,8 +90,7 @@ namespace osu.Game.Screens.Menu
protected override void StartTrack()
{
if (UsingThemedIntro)
decoupledClock.Start();
decoupledClock.Start();
}
private class TrianglesIntroSequence : CompositeDrawable