diff options
author | Juan Linietsky <reduzio@gmail.com> | 2019-01-18 13:01:24 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2019-01-18 13:01:24 -0300 |
commit | 541422a4a28c873142af9bfc988468b3e9e05948 (patch) | |
tree | aecc6e1115ad99e7088dc0c7a3225810fc13c4c9 /editor/plugins/animation_blend_tree_editor_plugin.h | |
parent | 580bebda520866e229cc52b937f371a9848086a3 (diff) | |
download | redot-engine-541422a4a28c873142af9bfc988468b3e9e05948.tar.gz |
Clean up and fix issues after merging #21701 , closes #21104
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_blend_tree_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h index 6df62c33da..f2a77cecb4 100644 --- a/editor/plugins/animation_blend_tree_editor_plugin.h +++ b/editor/plugins/animation_blend_tree_editor_plugin.h @@ -104,7 +104,7 @@ class AnimationNodeBlendTreeEditor : public AnimationTreeNodeEditorPlugin { void _filter_toggled(); Ref<AnimationNode> _filter_edit; - void _property_changed(const StringName &p_property, const Variant &p_value); + void _property_changed(const StringName &p_property, const Variant &p_value, const String &p_field, bool p_changing); void _removed_from_graph(); EditorFileDialog *open_file; |