Browse Source

Merge remote-tracking branch 'dsine-de/patch-1' into dev

Mr.doob 11 years ago
parent
commit
b462594395
1 changed files with 0 additions and 2 deletions
  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;