Explorar o código

fix typo error

angus %!s(int64=6) %!d(string=hai) anos
pai
achega
e8078d412d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/renderers/webgl/WebGLTextures.js

+ 1 - 1
src/renderers/webgl/WebGLTextures.js

@@ -407,7 +407,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
 
 							state.texImage2D( _gl.TEXTURE_CUBE_MAP_POSITIVE_X + i, 0, glInternalFormat, cubeImage[ i ].width, cubeImage[ i ].height, 0, glFormat, glType, cubeImage[ i ].data );
 
-							var mipmap
+							var mipmap;
 
 							for ( var j = 0; j < mipmaps.length; ++ j ) {