Skip to content

Commit

Permalink
Cleared cyclic Behavior reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubonnek committed Jul 16, 2020
1 parent ed0fa08 commit 39add5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-next/resources/behavior.gd
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ func _on_disable() -> void:


# Returns an instance of the stored Behavior resource from the owner.
func get_behavior(p_type: Script) -> Behavior:
func get_behavior(p_type: Script) -> Resource:
return owner.get_element(p_type)


0 comments on commit 39add5a

Please sign in to comment.