Browse Source

remove unused argument width

angus 6 năm trước cách đây
mục cha
commit
77fbbe2305
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/webgl_materials_cubemap_mipmaps.html

+ 1 - 1
examples/webgl_materials_cubemap_mipmaps.html

@@ -36,7 +36,7 @@
 				var mipmaps = [];
 				var maxLevel = 8;
 
-				async function loadCubeTexture( urls, width ) {
+				async function loadCubeTexture( urls ) {
 
 					return new Promise( function ( resolve, reject) {