浏览代码

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;
 	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 () {
 	video.addEventListener( 'loadeddata', function () {