mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix delay inconsistency in IntroCircles.cs
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user