diff options
| author | M. Huri <kak_huri@yahoo.com> | 2018-10-19 18:31:35 +0700 |
|---|---|---|
| committer | M. Huri <kak_huri@yahoo.com> | 2018-10-19 18:31:35 +0700 |
| commit | 596ba888690fee0abf99a5dddf022555b00d62a1 (patch) | |
| tree | f978771448472458004ad6fdc034cea289581ea0 /scene/gui/graph_edit.h | |
| parent | 6312f18f8e5022271b74368717a3dcec41bde019 (diff) | |
| download | redot-engine-596ba888690fee0abf99a5dddf022555b00d62a1.tar.gz | |
Repaired mistyped of 'just_disconnected'.
Diffstat (limited to 'scene/gui/graph_edit.h')
| -rw-r--r-- | scene/gui/graph_edit.h | 2 |
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; |
