Browse Source

Trying to have consistent three.js console messages formatting.

Mr.doob 13 years ago
parent
commit
87f4140877
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Object3D.js

+ 1 - 1
src/core/Object3D.js

@@ -114,7 +114,7 @@ THREE.Object3D.prototype = {
 
 
 		if ( object === this ) {
 		if ( object === this ) {
 
 
-			console.warn( 'THREE: Object3D.add(): An object can\'t be added as a child of itself.' );
+			console.warn( 'THREE.Object3D.add: An object can\'t be added as a child of itself.' );
 			return;
 			return;
 
 
 		}
 		}