You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
-Forgot to add clips input to graphedit, fixes #3420
This commit is contained in:
@@ -93,7 +93,7 @@ protected:
|
||||
virtual void add_child_notify(Node *p_child);
|
||||
virtual void remove_child_notify(Node *p_child);
|
||||
void _notification(int p_what);
|
||||
|
||||
virtual bool clips_input() const;
|
||||
public:
|
||||
|
||||
Error connect_node(const StringName& p_from, int p_from_port,const StringName& p_to,int p_to_port);
|
||||
|
||||
Reference in New Issue
Block a user