Browse Source

Examples: Fixed webgl_loader_obj2_options

Mr.doob 5 năm trước cách đây
mục cha
commit
ac1b4d773a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_loader_obj2_options.html

+ 1 - 1
examples/webgl_loader_obj2_options.html

@@ -174,7 +174,7 @@
 					}
 
 					let materials = {
-						tester: new THREE.MeshStandardMaterial();
+						tester: new THREE.MeshStandardMaterial()
 					};
 
 					let objLoader2Parallel = new OBJLoader2Parallel()