unlock movement row when erasing all
This commit is contained in:
parent
ea15a4fef5
commit
b79938cd96
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ func _return_to_zero():
|
|||
|
||||
func _erase_all() -> void:
|
||||
_return_to_zero()
|
||||
$LockButton.button_pressed = false
|
||||
_on_clear_button_pressed()
|
||||
|
||||
func _start_recording():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue