summaryrefslogtreecommitdiffstats
path: root/scene/gui/graph_node.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-01-23 18:49:26 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-01-23 18:49:26 -0300
commita2992d5955ff4f84f829dcab4859b4f5b5399a2c (patch)
treeb5cdf09df897120dc81773a2f7b3492ee49628ce /scene/gui/graph_node.h
parent5ca338bab6d77f0c25c4321549bddd46b28e1f42 (diff)
downloadredot-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.h1
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();