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