mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 02:52:54 +08:00
Increase intro time allowance to account for seasonal tracks with actual long intros
This commit is contained in:
parent
5557c8e3fb
commit
b4cc0b815f
@ -207,7 +207,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
Text = NotificationsStrings.AudioPlaybackIssue
|
Text = NotificationsStrings.AudioPlaybackIssue
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, 5000);
|
}, 8000);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnResuming(ScreenTransitionEvent e)
|
public override void OnResuming(ScreenTransitionEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user