1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Fix test failures

This commit is contained in:
Dean Herbert 2024-01-17 16:40:45 +09:00
parent e7732caaf7
commit e97b31d82e
No known key found for this signature in database

View File

@ -54,6 +54,9 @@ namespace osu.Game.Screens.Play
[BackgroundDependencyLoader]
private void load()
{
if (!LoadedBeatmapSuccessfully)
return;
var playbackSettings = new PlaybackSettings
{
Depth = float.MaxValue,