1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 02:19:55 +08:00

Stay on player loader a bit longer if disclaimers are present

Just to make reading the text easier.
This commit is contained in:
Bartłomiej Dach
2024-03-15 09:43:09 +01:00
Unverified
parent f3a444b7ac
commit 4688a53cf4
+1 -1
View File
@@ -43,7 +43,7 @@ namespace osu.Game.Screens.Play
protected const double CONTENT_OUT_DURATION = 300;
protected virtual double PlayerPushDelay => 1800;
protected virtual double PlayerPushDelay => 1800 + disclaimers.Count * 500;
public override bool HideOverlaysOnEnter => hideOverlays;