1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:09:59 +08:00

Update IntroScreen.cs

This commit is contained in:
NotGumballer91
2022-10-11 01:49:49 +08:00
committed by GitHub
Unverified
parent 3cd6ce8e3f
commit 8a4f2efa14
+1 -1
View File
@@ -278,7 +278,7 @@ namespace osu.Game.Screens.Menu
if (!UsingThemedIntro)
{
initialBeatmap?.PrepareTrackForPreview(false);
initialBeatmap?.PrepareTrackForPreview(false, 2200);
drawableTrack.VolumeTo(0);
drawableTrack.Restart();