Explorar el Código

attempted to reinstate package-lock file (#21866)

Inklingboiii hace 4 años
padre
commit
7c1149ead4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/en/textures/VideoTexture.html

+ 1 - 1
docs/api/en/textures/VideoTexture.html

@@ -14,7 +14,7 @@
 		<p class="desc">
 		Creates a texture for use with a video texture.<br /><br />
 
-		This is almost the same as the base [page:Texture Texture] class, except that it continuosly sets [page:Texture.needsUpdate needsUpdate] to *true* so that the texture is updated as the video plays. Automatic creation of [page:Texture.mipmaps mipmaps] is also disabled.
+		This is almost the same as the base [page:Texture Texture] class, except that it continuously sets [page:Texture.needsUpdate needsUpdate] to *true* so that the texture is updated as the video plays. Automatic creation of [page:Texture.mipmaps mipmaps] is also disabled.
 		</p>
 
 		<h2>Code Example</h2>