Copypaste error

This commit is contained in:
Hamcha 2020-07-10 12:43:17 +02:00
parent e592aa435c
commit df48c84655
Signed by: hamcha
GPG Key ID: 477AFB9A47CD4B7F
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func _input(event):
if dragging and event is InputEventMouseButton and not event.pressed:
dragging = false
if resizing and event is InputEventMouseButton and not event.pressed:
dragging = false
resizing = false
func set_title(val):
title = val