Browse Source

Remove PropertyTweener start warning

kobewi 2 months ago
parent
commit
fd5646856d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scene/animation/tween.cpp

+ 0 - 1
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;
 	}