Explorar el Código

Remove time variable

Marco Fugaro hace 5 años
padre
commit
e89611f6b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );