arobertson0 6 years ago
parent
commit
cd5ba8abb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/materials/MeshStandardMaterial.js

+ 1 - 1
src/materials/MeshStandardMaterial.js

@@ -60,7 +60,7 @@ function MeshStandardMaterial( parameters ) {
 	Material.call( this );
 	Material.call( this );
 
 
 	this.defines = { 'PHYSICAL': '' };
 	this.defines = { 'PHYSICAL': '' };
-	
+
 	this.type = 'MeshStandardMaterial';
 	this.type = 'MeshStandardMaterial';
 
 
 	this.color = new Color( 0xffffff ); // diffuse
 	this.color = new Color( 0xffffff ); // diffuse