Fix malformed xmldoc tag

Oops. Made a typo in the PR suggestion.
This commit is contained in:
Bartłomiej Dach 2021-06-17 19:02:56 +02:00
parent 9facfe8964
commit 3a1444e75d

View File

@ -629,7 +629,7 @@ namespace osu.Game.Screens.Play
/// The display of the results screen may be delayed by any work being done in <see cref="PrepareScoreForResults"/> and <see cref="PrepareScoreForResultsAsync"/>. /// The display of the results screen may be delayed by any work being done in <see cref="PrepareScoreForResults"/> and <see cref="PrepareScoreForResultsAsync"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// Once set, this can *only* be cancelled by rewinding, ie. if <see cref="JudgementProcessor.HasCompleted"/>ScoreProcessor.HasCompleted</see> becomes <see langword="false"/>. /// Once set, this can *only* be cancelled by rewinding, ie. if <see cref="JudgementProcessor.HasCompleted">ScoreProcessor.HasCompleted</see> becomes <see langword="false"/>.
/// Even if the user requests an exit, it will forcefully proceed to the results screen (see special case in <see cref="OnExiting"/>). /// Even if the user requests an exit, it will forcefully proceed to the results screen (see special case in <see cref="OnExiting"/>).
/// </remarks> /// </remarks>
private ScheduledDelegate resultsDisplayDelegate; private ScheduledDelegate resultsDisplayDelegate;