Преглед изворни кода

Texture resizing: format code

Merwan Achibet пре 6 година
родитељ
комит
80d207372f
1 измењених фајлова са 1 додато и 1 уклоњено
  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 ) {