Parcourir la source

Remove time variable

Marco Fugaro il y a 5 ans
Parent
commit
e89611f6b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 );