1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-24 19:17:20 +08:00

Increase intro time allowance to account for seasonal tracks with actual long intros

This commit is contained in:
Dean Herbert 2024-12-19 17:59:31 +09:00
parent a4bf29e98f
commit 618a9849e3
No known key found for this signature in database

View File

@ -207,7 +207,7 @@ namespace osu.Game.Screens.Menu
Text = NotificationsStrings.AudioPlaybackIssue
});
}
}, 5000);
}, 8000);
}
public override void OnResuming(ScreenTransitionEvent e)