Fix compile.

This commit is contained in:
Relintai 2022-07-27 20:07:29 +02:00
parent 53f8707713
commit 85776387c5
2 changed files with 2 additions and 1 deletions

View File

@ -852,7 +852,7 @@ void AnimationNodeBlendTreeEditor::_bind_methods() {
ClassDB::bind_method("_open_in_editor", &AnimationNodeBlendTreeEditor::_open_in_editor);
ClassDB::bind_method("_scroll_changed", &AnimationNodeBlendTreeEditor::_scroll_changed);
ClassDB::bind_method("_delete_request", &AnimationNodeBlendTreeEditor::_delete_request);
ClassDB::bind_method("_delete_nodes_request", "nodes", &AnimationNodeBlendTreeEditor::_delete_nodes_request);
ClassDB::bind_method("_delete_nodes_request", &AnimationNodeBlendTreeEditor::_delete_nodes_request);
ClassDB::bind_method("_popup_request", &AnimationNodeBlendTreeEditor::_popup_request);
ClassDB::bind_method("_edit_filters", &AnimationNodeBlendTreeEditor::_edit_filters);
ClassDB::bind_method("_update_filters", &AnimationNodeBlendTreeEditor::_update_filters);

View File

@ -32,6 +32,7 @@
#include "editor/plugins/animation_tree_editor_plugin.h"
#include "core/array.h"
#include "core/map.h"
#include "core/math/vector2.h"
#include "core/object.h"