diff options
| author | Juan Linietsky | 2016-09-03 14:58:23 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-09-03 14:58:23 -0300 |
| commit | 5028d7510d1036cfb027d3dd2158d3d22afb530b (patch) | |
| tree | 787348324806cbc035f4d7374d66cbf9282db11c /scene/gui/graph_edit.h | |
| parent | ee37c2f4330e9bd247576b5834cd2660cb520e13 (diff) | |
| download | godot-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.h | 1 |
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; |
