aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-09-03 14:58:23 -0300
committerJuan Linietsky2016-09-03 14:58:23 -0300
commit5028d7510d1036cfb027d3dd2158d3d22afb530b (patch)
tree787348324806cbc035f4d7374d66cbf9282db11c /scene/gui/graph_edit.h
parentee37c2f4330e9bd247576b5834cd2660cb520e13 (diff)
downloadgodot-5028d7510d1036cfb027d3dd2158d3d22afb530b.tar.gz
godot-5028d7510d1036cfb027d3dd2158d3d22afb530b.tar.zst
godot-5028d7510d1036cfb027d3dd2158d3d22afb530b.zip
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index ed6e4ef6a..c5174f669 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -92,6 +92,7 @@ private:
Vector2 connecting_to;
String connecting_target_to;
int connecting_target_index;
+ bool just_disconected;
bool dragging;
bool just_selected;