mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Fix delay inconsistency in IntroCircles.cs
This commit is contained in:
parent
5baad52a9e
commit
d18466d740
@ -278,11 +278,11 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
if (!UsingThemedIntro)
|
||||
{
|
||||
initialBeatmap?.PrepareTrackForPreview(false, 2200);
|
||||
initialBeatmap?.PrepareTrackForPreview(false, 2600);
|
||||
|
||||
drawableTrack.VolumeTo(0);
|
||||
drawableTrack.Restart();
|
||||
drawableTrack.VolumeTo(1, 2200, Easing.InCubic);
|
||||
drawableTrack.VolumeTo(1, 2600, Easing.InCubic);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user