فهرست منبع

webgl_materials_envmaps: Remove unused variable

The variable `timer` is written, but never read.
Pierre Fritsch 7 سال پیش
والد
کامیت
0f081a3286
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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 );