Explorar o código

change error to warning and reword a bit (#26386)

hybridherbst %!s(int64=2) %!d(string=hai) anos
pai
achega
b08acb89c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/animation/PropertyBinding.js

+ 1 - 1
src/animation/PropertyBinding.js

@@ -436,7 +436,7 @@ class PropertyBinding {
 		// ensure there is a value node
 		if ( ! targetObject ) {
 
-			console.error( 'THREE.PropertyBinding: Trying to update node for track: ' + this.path + ' but it wasn\'t found.' );
+			console.warn( 'THREE.PropertyBinding: No target node found for track: ' + this.path + '.' );
 			return;
 
 		}