Copypaste error
This commit is contained in:
parent
e592aa435c
commit
df48c84655
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue