Jelajahi Sumber

Removed unused variable

dsine-de 11 tahun lalu
induk
melakukan
892560301b
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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;