mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:52:55 +08:00
Remove unneeded access modifier.
This commit is contained in:
parent
8de7744b52
commit
03b7c8b889
@ -41,7 +41,7 @@ namespace osu.Game.Screens
|
||||
/// <summary>
|
||||
/// Whether overlays should be able to be opened when this screen is current.
|
||||
/// </summary>
|
||||
public Bindable<OverlayActivation> OverlayActivationMode { get; }
|
||||
Bindable<OverlayActivation> OverlayActivationMode { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The amount of parallax to be applied while this screen is displayed.
|
||||
|
Loading…
Reference in New Issue
Block a user