Browse Source

webgl_materials_envmaps: Remove unused variable

The variable `timer` is written, but never read.
Pierre Fritsch 7 năm trước cách đây
mục cha
commit
0f081a3286
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 );