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

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