summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_edit.h
diff options
context:
space:
mode:
authorM. Huri <kak_huri@yahoo.com>2018-10-19 18:31:35 +0700
committerM. Huri <kak_huri@yahoo.com>2018-10-19 18:31:35 +0700
commit596ba888690fee0abf99a5dddf022555b00d62a1 (patch)
treef978771448472458004ad6fdc034cea289581ea0 /scene/gui/graph_edit.h
parent6312f18f8e5022271b74368717a3dcec41bde019 (diff)
downloadredot-engine-596ba888690fee0abf99a5dddf022555b00d62a1.tar.gz
Repaired mistyped of 'just_disconnected'.
Diffstat (limited to 'scene/gui/graph_edit.h')
-rw-r--r--scene/gui/graph_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h
index 31a449eb59..71165e3dc9 100644
--- a/scene/gui/graph_edit.h
+++ b/scene/gui/graph_edit.h
@@ -94,7 +94,7 @@ private:
Vector2 connecting_to;
String connecting_target_to;
int connecting_target_index;
- bool just_disconected;
+ bool just_disconnected;
bool dragging;
bool just_selected;