Fix "Manage" button is sometimes shown for derived plans
This commit is contained in:
parent
c7a4988e6c
commit
2d98a38ada
|
@ -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) {
|
void BlackboardPlan::set_base_plan(const Ref<BlackboardPlan> &p_base) {
|
||||||
base = p_base;
|
base = p_base;
|
||||||
sync_with_base_plan();
|
sync_with_base_plan();
|
||||||
|
notify_property_list_changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BlackboardPlan::add_var(const String &p_name, const BBVariable &p_var) {
|
void BlackboardPlan::add_var(const String &p_name, const BBVariable &p_var) {
|
||||||
|
|
Loading…
Reference in New Issue