Browse Source

MeshNormalMaterial: Removed superfluous argument.

Mr.doob 8 years ago
parent
commit
3a8313ac2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/materials/MeshNormalMaterial.js

+ 1 - 1
src/materials/MeshNormalMaterial.js

@@ -29,7 +29,7 @@ import { Vector2 } from '../math/Vector2';
 
 
 function MeshNormalMaterial( parameters ) {
 function MeshNormalMaterial( parameters ) {
 
 
-	Material.call( this, parameters );
+	Material.call( this );
 
 
 	this.type = 'MeshNormalMaterial';
 	this.type = 'MeshNormalMaterial';