1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

-Forgot to add clips input to graphedit, fixes #3420

This commit is contained in:
Juan Linietsky
2016-01-23 18:49:26 -03:00
parent 5ca338bab6
commit a2992d5955
3 changed files with 9 additions and 1 deletions

View File

@@ -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();