mirror of
https://github.com/ppy/osu
synced 2025-02-23 22:27:13 +00:00
Privatise setter
This commit is contained in:
parent
36954e55ad
commit
28696f595f
@ -65,7 +65,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
/// When enabled, distance snap should only snap to the current time (as per the editor clock).
|
||||
/// This is to emulate stable behaviour.
|
||||
/// </summary>
|
||||
protected Bindable<bool> LimitedDistanceSnap;
|
||||
protected Bindable<bool> LimitedDistanceSnap { get; private set; }
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config)
|
||||
|
Loading…
Reference in New Issue
Block a user