mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 01:03:21 +08:00
Revert isDraggingBlueprint
to field
This commit is contained in:
parent
245c3c025c
commit
4f7be332f3
@ -483,7 +483,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
/// <summary>
|
||||
/// Whether a blueprint is currently being dragged.
|
||||
/// </summary>
|
||||
private bool isDraggingBlueprint { get; set; }
|
||||
private bool isDraggingBlueprint;
|
||||
|
||||
/// <summary>
|
||||
/// Attempts to begin the movement of any selected blueprints.
|
||||
|
Loading…
Reference in New Issue
Block a user