Explorar o código

Remove gl variable

yomboprime %!s(int64=6) %!d(string=hai) anos
pai
achega
269ff3d7df
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      examples/webgl_gpgpu_water.html

+ 0 - 1
examples/webgl_gpgpu_water.html

@@ -633,7 +633,6 @@
 				var currentRenderTarget = gpuCompute.getCurrentRenderTarget( heightmapVariable );
 
 				readWaterLevelShader.uniforms[ "texture" ].value = currentRenderTarget.texture;
-				var gl = renderer.context;
 
 				for ( var i = 0; i < NUM_SPHERES; i ++ ) {