소스 검색

VideoTexture: Improve comment

Mugen87 7 년 전
부모
커밋
69ab921810
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/textures/VideoTexture.js

+ 1 - 1
src/textures/VideoTexture.js

@@ -12,7 +12,7 @@ function VideoTexture( video, mapping, wrapS, wrapT, magFilter, minFilter, forma
 
 	var scope = this;
 
-	// fires when the first frame of the media has finished loading.
+	// fires when the first frame of the media has finished loading (now there are valid texture data)
 
 	video.addEventListener( 'loadeddata', function () {