Explorar o código

webgl_materials_envmaps: Remove unused variable

The variable `timer` is written, but never read.
Pierre Fritsch %!s(int64=7) %!d(string=hai) anos
pai
achega
0f081a3286
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/webgl_materials_envmaps.html

+ 0 - 2
examples/webgl_materials_envmaps.html

@@ -211,8 +211,6 @@
 
 			function render() {
 
-				var timer = -0.0002 * Date.now();
-
 				camera.lookAt( scene.position );
 				cameraCube.rotation.copy( camera.rotation );