|
@@ -436,7 +436,7 @@ class PropertyBinding {
|
|
// ensure there is a value node
|
|
// ensure there is a value node
|
|
if ( ! targetObject ) {
|
|
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;
|
|
return;
|
|
|
|
|
|
}
|
|
}
|