diff --git a/addons/anima/core/declaration/anima_declaration_node.gd b/addons/anima/core/declaration/anima_declaration_node.gd index 2b85826..8140cf3 100644 --- a/addons/anima/core/declaration/anima_declaration_node.gd +++ b/addons/anima/core/declaration/anima_declaration_node.gd @@ -234,10 +234,10 @@ func clear(): return self func _then(): - _nested_animation("_then") + return _nested_animation("_then") func _with(): - _nested_animation("_with") + return _nested_animation("_with") func _nested_animation(key): if not _target_data.has(key):