Explorar el Código

Merge pull request #13268 from PierreFritsch/patch-1

webgl_materials_envmaps: Remove unused variable
Mr.doob hace 7 años
padre
commit
0978355ed7
Se han modificado 1 ficheros con 0 adiciones y 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 );