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:
parent
ba99a808af
commit
99b6f0352c
@ -90,8 +90,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
protected override void StartTrack()
|
||||
{
|
||||
if (UsingThemedIntro)
|
||||
decoupledClock.Start();
|
||||
decoupledClock.Start();
|
||||
}
|
||||
|
||||
private class TrianglesIntroSequence : CompositeDrawable
|
||||
|
Loading…
Reference in New Issue
Block a user