Fix "Manage" button is sometimes shown for derived plans

This commit is contained in:
Serhii Snitsaruk 2024-02-29 15:45:59 +01:00
parent c7a4988e6c
commit 2d98a38ada
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ bool BlackboardPlan::_property_get_revert(const StringName &p_name, Variant &r_p
void BlackboardPlan::set_base_plan(const Ref<BlackboardPlan> &p_base) {
base = p_base;
sync_with_base_plan();
notify_property_list_changed();
}
void BlackboardPlan::add_var(const String &p_name, const BBVariable &p_var) {