ソースを参照

Fixed typo 😅

Mr.doob 8 年 前
コミット
8515487eb3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/textures/VideoTexture.js

+ 1 - 1
src/textures/VideoTexture.js

@@ -24,7 +24,7 @@ function VideoTexture( video, mapping, wrapS, wrapT, magFilter, minFilter, forma
 
 	}
 
-	requestAnimationFrame( udpate );
+	requestAnimationFrame( update );
 
 }