chore: whitespace
This commit is contained in:
parent
2295db82b6
commit
b2a2af1159
|
|
@ -94,7 +94,7 @@ func _process(delta: float):
|
|||
for note in notes:
|
||||
# Skip all dragged and already attached notes
|
||||
if note.is_attached: continue
|
||||
if note.is_dragged:continue
|
||||
if note.is_dragged: continue
|
||||
|
||||
# Magnetically move all notes to where they ought to be on screen
|
||||
note.position = _smooth(note.position, zone_position, delta)
|
||||
|
|
@ -224,7 +224,7 @@ func handle_mouse_button(input: InputEventMouseButton, to_handle = selection) ->
|
|||
|
||||
|
||||
## Starts a drag operation for the given draggable
|
||||
func _start_drag(draggable: Draggable) -> void:
|
||||
func _start_drag(draggable: Dragg able) -> void:
|
||||
selection = draggable
|
||||
current_context = DRAG
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue