Compare commits

..

No commits in common. "3565d6dc43c4e8ad0ba0b66319778c8a2ae53bc4" and "18ee21554ed0e9577364328e472b50b45c265394" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -214,10 +214,10 @@ void BTPlayer::_notification(int p_notification) {
if (behavior_tree.is_valid()) {
_load_tree();
}
set_active(active);
} else {
_update_blackboard_plan();
}
set_active(active);
} break;
case NOTIFICATION_ENTER_TREE: {
#ifdef DEBUG_ENABLED