mirror of
https://github.com/osukey/osukey.git
synced 2025-06-23 20:27:58 +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>
|
||||
/// An optional overlay used when resuming gameplay from a paused state.
|
||||
/// </summary>
|
||||
public ResumeOverlay ResumeOverlay { get; set; }
|
||||
public ResumeOverlay ResumeOverlay { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// 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