提交 41963a5e 编写于 作者: M Mr.doob

WebGLRenderer: Fixed typo in renderBufferImmediate().

上级 11e9a0e7
......@@ -632,7 +632,7 @@ function WebGLRenderer( parameters ) {
state.enableAttribute( programAttributes.uv );
_gl.vertexAttribPointer( attributes.uv, 2, _gl.FLOAT, false, 0, 0 );
_gl.vertexAttribPointer( programAttributes.uv, 2, _gl.FLOAT, false, 0, 0 );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册