ソースを参照

Remove time variable

Marco Fugaro 5 年 前
コミット
e89611f6b0
1 ファイル変更1 行追加1 行削除
  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 );