提交 c676111c 编写于 作者: E Emmett Lalish

addressing feedback

上级 db1f15b5
......@@ -2728,7 +2728,7 @@ function WebGLRenderer( parameters ) {
textures.setTexture2D( texture, 0 );
_gl.copyTexImage2D( _gl.TEXTURE_2D, level || 0, glFormat, position.x, position.y, width, height, 0 );
_gl.copyTexImage2D( _gl.TEXTURE_2D, level, glFormat, position.x, position.y, width, height, 0 );
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册