فهرست منبع

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 );
 
 }