Skip to content

Commit

Permalink
5秒改为30秒
Browse files Browse the repository at this point in the history
  • Loading branch information
cdwcgt committed Feb 7, 2025
1 parent 7f20c7f commit b97ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public override void Show()
scheduledShowRoundPreview = Scheduler.AddDelayed(() =>
{
if (ShowRoundPreview())
scheduledHideRoundPreview = Scheduler.AddDelayed(HideRoundPreview, 5000);
scheduledHideRoundPreview = Scheduler.AddDelayed(HideRoundPreview, 30000);
}, 5000);
}

Expand Down

0 comments on commit b97ba6a

Please sign in to comment.