You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user