1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:53:51 +08:00

Update incorrect xmldoc

This commit is contained in:
Dean Herbert 2024-03-20 01:26:39 +08:00
parent 35df381717
commit 0de5ca8d2d
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ using osuTK;
namespace osu.Game.Screens.Play
{
/// <summary>
/// Simple <see cref="ResumeOverlay"/> that resumes after 800ms.
/// Simple <see cref="ResumeOverlay"/> that resumes after a short delay.
/// </summary>
public partial class DelayedResumeOverlay : ResumeOverlay
{