Explorar o código

WebGLMaterials: Clean up.

Mr.doob %!s(int64=9) %!d(string=hai) anos
pai
achega
81edb3a872
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      src/renderers/webgl/WebGLMaterials.js

+ 1 - 4
src/renderers/webgl/WebGLMaterials.js

@@ -13,10 +13,7 @@ THREE.WebGLMaterials = function () {
 
 		if ( map === undefined ) {
 
-			map = {
-
-			};
-
+			map = {};
 			properties[ uuid ] = map;
 
 		}