Explorar o código

Merge pull request #13268 from PierreFritsch/patch-1

webgl_materials_envmaps: Remove unused variable
Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
0978355ed7
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 );