2
0
Эх сурвалжийг харах

MeshNormalMaterial: Removed superfluous argument.

Mr.doob 8 жил өмнө
parent
commit
3a8313ac2d

+ 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';