summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-27 10:40:24 +0200
committerGitHub <noreply@github.com>2022-03-27 10:40:24 +0200
commitf7a714683fd4ea169383b0db1827fd0968fbb89e (patch)
tree028fbef69b60e5b75b4f01f1102ac8bf3bd6a931 /scene/animation/tween.h
parent27deab49f68fc37572601528332c81cadec1934d (diff)
parentd48dea71589b8abe255520735586810bdba64bed (diff)
Merge pull request #59571 from KoBeWi/force_push_val
Force final value at the end of Tween
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 5b0745b2b3..62c357dfb4 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -274,6 +274,7 @@ private:
Ref<Tween> tween;
Variant initial_val;
Variant delta_val;
+ Variant final_val;
Callable callback;
};