提交 ee56115a 编写于 作者: A Alex Goldring

Fixed erroneous bit operation

Took 4 minutes
上级 37bbe4e7
......@@ -821,7 +821,7 @@ function WebGLRenderer( parameters ) {
function setupVertexAttributes( material, program, geometry ) {
if ( geometry && geometry.isInstancedBufferGeometry & ! capabilities.isWebGL2 ) {
if ( geometry && geometry.isInstancedBufferGeometry && ! capabilities.isWebGL2 ) {
if ( extensions.get( 'ANGLE_instanced_arrays' ) === null ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册