aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorPawel Kowal2016-10-26 15:15:20 +0200
committerPawel Kowal2016-10-26 15:15:20 +0200
commit20a18907c156b806562f8be148c6ae306e2fffab (patch)
tree6043f813898a90697b8ddc7be281a4715cc6f2f3 /scene/animation/tween.h
parent7740b3912c215f8930eb754fc9f76c490cc907d2 (diff)
downloadgodot-20a18907c156b806562f8be148c6ae306e2fffab.tar.gz
godot-20a18907c156b806562f8be148c6ae306e2fffab.tar.zst
godot-20a18907c156b806562f8be148c6ae306e2fffab.zip
Fix regression #6864 caused by #6613
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index d0455cdc7..844a012b9 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -143,6 +143,7 @@ private:
void _tween_process(float p_delta);
void _set_process(bool p_process,bool p_force=false);
+ void _remove(Object *p_node, String p_key, bool first_only);
protected: