|
@@ -93,6 +93,8 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
|
|
textureProperties.__maxMipLevel = Math.log( Math.max( width, height ) ) * Math.LOG2E;
|
|
textureProperties.__maxMipLevel = Math.log( Math.max( width, height ) ) * Math.LOG2E;
|