提交 03ce4a99 编写于 作者: M Mr.doob

WebGLRenderer: Minor clean up.

上级 e6f25676
......@@ -867,7 +867,7 @@ function WebGLRenderer( parameters ) {
renderer.renderInstances( geometry, drawStart, drawCount, object.instanceMatrix.count );
} else if ( geometry && geometry.isInstancedBufferGeometry ) {
} else if ( geometry.isInstancedBufferGeometry ) {
renderer.renderInstances( geometry, drawStart, drawCount, geometry.maxInstancedCount );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册