Explorar el Código

Remove PropertyTweener start warning

kobewi hace 2 meses
padre
commit
fd5646856d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;
 	}