1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:53:23 +08:00

Remove unnecessary newline

This commit is contained in:
Dean Herbert 2021-04-28 12:04:48 +09:00
parent 43772f4303
commit 532ec40395

View File

@ -174,7 +174,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (isDraggingBlueprint)
{
DragOperationCompleted();
changeHandler?.EndChange();
}