فهرست منبع

Removed unused variable

dsine-de 11 سال پیش
والد
کامیت
892560301b
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      examples/webgl_postprocessing.html

+ 0 - 2
examples/webgl_postprocessing.html

@@ -103,8 +103,6 @@
 
 				requestAnimationFrame( animate );
 
-				var time = Date.now();
-
 				object.rotation.x += 0.005;
 				object.rotation.y += 0.01;