Explorar o código

remove unused argument width

angus %!s(int64=6) %!d(string=hai) anos
pai
achega
77fbbe2305
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {