From a81561cbd960d4787ea0dbd68f60f0af67323721 Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Wed, 7 Feb 2024 02:37:26 +0100 Subject: Add GraphFrame and integrate it in VisualShader --- scene/animation/animation_tree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scene/animation/animation_tree.cpp') diff --git a/scene/animation/animation_tree.cpp b/scene/animation/animation_tree.cpp index 2d0bd9c258..2df1e81e25 100644 --- a/scene/animation/animation_tree.cpp +++ b/scene/animation/animation_tree.cpp @@ -395,11 +395,11 @@ bool AnimationNode::is_filter_enabled() const { return filter_enabled; } -void AnimationNode::set_closable(bool p_closable) { +void AnimationNode::set_deletable(bool p_closable) { closable = p_closable; } -bool AnimationNode::is_closable() const { +bool AnimationNode::is_deletable() const { return closable; } -- cgit v1.2.3