Browse Source

Remove unneeded comma in ShaderLib

Tristan Valcke 9 năm trước cách đây
mục cha
commit
1de867fae7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/renderers/shaders/ShaderLib.js

+ 1 - 1
src/renderers/shaders/ShaderLib.js

@@ -86,7 +86,7 @@ var ShaderLib = {
 				emissive : { value: new Color( 0x000000 ) },
 				roughness: { value: 0.5 },
 				metalness: { value: 0 },
-				envMapIntensity : { value: 1 }, // temporary
+				envMapIntensity : { value: 1 } // temporary
 			}
 		),
 

粤ICP备19079148号