mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +08:00
Update IntroScreen.cs
This commit is contained in:
parent
3cd6ce8e3f
commit
8a4f2efa14
@ -278,7 +278,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
if (!UsingThemedIntro)
|
if (!UsingThemedIntro)
|
||||||
{
|
{
|
||||||
initialBeatmap?.PrepareTrackForPreview(false);
|
initialBeatmap?.PrepareTrackForPreview(false, 2200);
|
||||||
|
|
||||||
drawableTrack.VolumeTo(0);
|
drawableTrack.VolumeTo(0);
|
||||||
drawableTrack.Restart();
|
drawableTrack.Restart();
|
||||||
|
Loading…
Reference in New Issue
Block a user