From a2992d5955ff4f84f829dcab4859b4f5b5399a2c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 23 Jan 2016 18:49:26 -0300 Subject: -Forgot to add clips input to graphedit, fixes #3420 --- scene/gui/graph_node.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/gui/graph_node.h') 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(); -- cgit v1.2.3