mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 04:38:02 +09:00
Revert ResumeOverlay
setter accessibility change
This commit is contained in:
parent
ce9ef3bc3c
commit
b8084a15eb
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user