diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-01-23 18:49:26 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-01-23 18:49:26 -0300 |
commit | a2992d5955ff4f84f829dcab4859b4f5b5399a2c (patch) | |
tree | b5cdf09df897120dc81773a2f7b3492ee49628ce /scene/gui/graph_node.h | |
parent | 5ca338bab6d77f0c25c4321549bddd46b28e1f42 (diff) | |
download | redot-engine-a2992d5955ff4f84f829dcab4859b4f5b5399a2c.tar.gz |
-Forgot to add clips input to graphedit, fixes #3420
Diffstat (limited to 'scene/gui/graph_node.h')
-rw-r--r-- | scene/gui/graph_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h index 201529380d..dc407a6809 100644 --- a/scene/gui/graph_node.h +++ b/scene/gui/graph_node.h @@ -49,6 +49,7 @@ class GraphNode : public Container { bool selected; protected: + void _input_event(const InputEvent& p_ev); void _notification(int p_what); static void _bind_methods(); |