mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +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)
|
if (!UsingThemedIntro)
|
||||||
{
|
{
|
||||||
initialBeatmap?.PrepareTrackForPreview(false, 2200);
|
initialBeatmap?.PrepareTrackForPreview(false, 2600);
|
||||||
|
|
||||||
drawableTrack.VolumeTo(0);
|
drawableTrack.VolumeTo(0);
|
||||||
drawableTrack.Restart();
|
drawableTrack.Restart();
|
||||||
drawableTrack.VolumeTo(1, 2200, Easing.InCubic);
|
drawableTrack.VolumeTo(1, 2600, Easing.InCubic);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user