(cherry picked from commit cccea7e0b4ea6a6ac3b624b1b437d175d5c8ef15)
@@ -619,6 +619,8 @@ void Tween::_tween_process(float p_delta) {
};
object->call(data.key, (const Variant **) arg, data.args, error);
}
+ if (!repeat)
+ call_deferred("remove", object, data.key);
continue;