mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix some invalid plugin edit calls
This commit is contained in:
parent
37d1dfef9d
commit
366c9678ca
4 changed files with 6 additions and 10 deletions
|
|
@ -312,6 +312,7 @@ public:
|
|||
|
||||
void update();
|
||||
void clear();
|
||||
void cancel_update();
|
||||
|
||||
// Returns all the selected nodes.
|
||||
TypedArray<Node> get_selected_nodes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue