From fd5646856d1b06da12648e12bd5dd8306dee9833 Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 8 Jul 2025 15:53:53 +0200 Subject: [PATCH] Remove PropertyTweener start warning --- scene/animation/tween.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/animation/tween.cpp b/scene/animation/tween.cpp index a6c3429dab0..f9666a48537 100644 --- a/scene/animation/tween.cpp +++ b/scene/animation/tween.cpp @@ -597,7 +597,6 @@ void PropertyTweener::start() { Object *target_instance = ObjectDB::get_instance(target); if (!target_instance) { - WARN_PRINT("Target object freed before starting, aborting Tweener."); return; }