Browse Source

fix alert name

SUNAG 9 years ago
parent
commit
0fe5f5e49a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/nodes/utils/NormalMapNode.js

+ 1 - 1
examples/js/nodes/utils/NormalMapNode.js

@@ -34,7 +34,7 @@ THREE.NormalMapNode.prototype.generate = function( builder, output ) {
 	}
 	else {
 
-		console.warn( "THREE.NormalMap is not compatible with " + builder.shader + " shader." );
+		console.warn( "THREE.NormalMapNode is not compatible with " + builder.shader + " shader." );
 
 		return builder.format( 'vec3( 0.0 )', this.type, output );