Fix incorrect offset logic for beatmaps without a preview point specified

This commit is contained in:
Dean Herbert
2022-10-12 14:47:15 +09:00
parent 721bfb5369
commit db148d145b
2 changed files with 4 additions and 2 deletions

View File

@ -278,7 +278,7 @@ namespace osu.Game.Screens.Menu
if (!UsingThemedIntro)
{
initialBeatmap?.PrepareTrackForPreview(false, 2600);
initialBeatmap?.PrepareTrackForPreview(false, -2600);
drawableTrack.VolumeTo(0);
drawableTrack.Restart();