Browse Source

Texture resizing: format code

Merwan Achibet 6 years ago
parent
commit
80d207372f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLTextures.js

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

@@ -12,7 +12,7 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
 
 
 	//
 	//
 
 
-	var useOffscreenCanvas  = typeof OffscreenCanvas  !== 'undefined';
+	var useOffscreenCanvas = typeof OffscreenCanvas !== 'undefined';
 
 
 	function createCanvas( width, height ) {
 	function createCanvas( width, height ) {