summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
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 58217db535..c5abcb28a6 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -47,6 +47,7 @@ public:
protected:
static void _bind_methods();
+
Ref<Tween> tween;
double elapsed_time = 0;
bool finished = false;
@@ -125,6 +126,7 @@ private:
void _start_tweeners();
void _stop_internal(bool p_reset);
+ bool _validate_type_match(const Variant &p_from, Variant &r_to);
protected:
static void _bind_methods();