You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Remove clips_input() method and use clip_content
This commit is contained in:
@@ -235,7 +235,6 @@ protected:
|
||||
virtual void add_child_notify(Node *p_child) override;
|
||||
virtual void remove_child_notify(Node *p_child) override;
|
||||
void _notification(int p_what);
|
||||
virtual bool clips_input() const override;
|
||||
|
||||
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