Revert ResumeOverlay setter accessibility change

This commit is contained in:
Bartłomiej Dach 2023-02-16 21:26:01 +01:00
parent ce9ef3bc3c
commit b8084a15eb
No known key found for this signature in database

View File

@ -505,7 +505,7 @@ namespace osu.Game.Rulesets.UI
/// <summary> /// <summary>
/// An optional overlay used when resuming gameplay from a paused state. /// An optional overlay used when resuming gameplay from a paused state.
/// </summary> /// </summary>
public ResumeOverlay ResumeOverlay { get; set; } public ResumeOverlay ResumeOverlay { get; protected set; }
/// <summary> /// <summary>
/// Whether the <see cref="ResumeOverlay"/> should be used to return the user's cursor position to its previous location after a pause. /// Whether the <see cref="ResumeOverlay"/> should be used to return the user's cursor position to its previous location after a pause.