summaryrefslogtreecommitdiffstats
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-02-28 14:24:51 +0100
committerkobewi <kobewi4e@gmail.com>2023-02-28 17:16:56 +0100
commit45f4d59fa477d6e22adb02432449e0fda10ac5d2 (patch)
tree2c661e1350b418de91b7431aec22865bbb5df94d /scene/animation/tween.h
parent491ded18983a4ae963ce9c29e8df5d5680873ccb (diff)
downloadredot-engine-45f4d59fa477d6e22adb02432449e0fda10ac5d2.tar.gz
Check for type mismatch in PropertyTweener.from()
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index c5abcb28a6..b7dc941111 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -61,6 +61,8 @@ class MethodTweener;
class Tween : public RefCounted {
GDCLASS(Tween, RefCounted);
+ friend class PropertyTweener;
+
public:
enum TweenProcessMode {
TWEEN_PROCESS_PHYSICS,