Merge commit '1278e19c3b' into development

This commit is contained in:
Sara Gerretsen 2026-03-14 15:15:48 +01:00
commit 41f16daf78

View file

@ -7,7 +7,7 @@ void BehaviourNode::_bind_methods() {
BIND_ENUM_CONSTANT(Fail);
BIND_ENUM_CONSTANT(Running);
BIND_ENUM_CONSTANT(Success);
ClassDB::bind_method(D_METHOD("get_behaviour_tree"), &self_type::get_behaviour_tree);
ClassDB::bind_method(D_METHOD("get_behaviour_tree"), &self_type::get_behaviour_tree);
}
void BehaviourNode::_notification(int what) {