浏览代码

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 );
 				requestAnimationFrame( animate );
 
 
-				var time = Date.now();
-
 				object.rotation.x += 0.005;
 				object.rotation.x += 0.005;
 				object.rotation.y += 0.01;
 				object.rotation.y += 0.01;