Browse Source

Remove time variable

Marco Fugaro 5 years ago
parent
commit
e89611f6b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_shadow_contact.html

+ 1 - 1
examples/webgl_shadow_contact.html

@@ -261,7 +261,7 @@
 
 			}
 
-			function animate( time ) {
+			function animate( ) {
 
 				requestAnimationFrame( animate );