mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 22:33:47 +08:00
Revert isDraggingBlueprint to field
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user