提交 e6625a93 编写于 作者: B Ben Adams

Fix assignment

上级 45d63985
......@@ -84,7 +84,7 @@ THREE.WebGLState = function ( gl, extensions, paramThreeToGL ) {
if ( attributeDivisors[ attribute ] !== meshPerAttribute ) {
extension.vertexAttribDivisorANGLE( attribute, meshPerAttribute );
attributeDivisors[ attribute ] !== meshPerAttribute;
attributeDivisors[ attribute ] = meshPerAttribute;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册