Explorar el Código

MeshNormalMaterial: Removed superfluous argument.

Mr.doob hace 8 años
padre
commit
3a8313ac2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ) {
 
-	Material.call( this, parameters );
+	Material.call( this );
 
 	this.type = 'MeshNormalMaterial';