1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Privatise setter

This commit is contained in:
Bartłomiej Dach 2023-06-16 16:24:07 +02:00
parent 36954e55ad
commit 28696f595f
No known key found for this signature in database

View File

@ -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)