未验证 提交 4d898b70 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13926 from 06wj/patch2

Add missing isCanvasTexture property
......@@ -14,6 +14,6 @@ function CanvasTexture( canvas, mapping, wrapS, wrapT, magFilter, minFilter, for
CanvasTexture.prototype = Object.create( Texture.prototype );
CanvasTexture.prototype.constructor = CanvasTexture;
CanvasTexture.prototype.isCanvasTexture = true;
export { CanvasTexture };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册