Skip to content

Commit d8dc136

Browse files
committed
Fix #37 : Can not call super virtual method _init in nodes (now blocking using Godot 4.1 beta 3)
1 parent 7651ead commit d8dc136

File tree

1 file changed

+0
-1
lines changed
  • addons/yet_another_behavior_tree/src/Nodes

1 file changed

+0
-1
lines changed

addons/yet_another_behavior_tree/src/Nodes/BTNode.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ var _tree_root:BTRoot
3333
#------------------------------------------
3434

3535
func _init() -> void:
36-
super._init()
3736
if _is_in_editor:
3837
_connect_signal_if_needed(child_entered_tree, _update_configuration_warnings_1)
3938
_connect_signal_if_needed(child_exiting_tree, _update_configuration_warnings_1)

0 commit comments

Comments
 (0)