Browse Source

Revert material.js changes

Fernando Serrano 5 years ago
parent
commit
12d4698c97
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/materials/Material.js

+ 2 - 0
src/materials/Material.js

@@ -71,7 +71,9 @@ function Material() {
 	this.visible = true;
 
 	this.toneMapped = true;
+
 	this.userData = {};
+
 	this.needsUpdate = true;
 
 }