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

Clean up.

上级 6d020d5b
......@@ -875,9 +875,9 @@ THREE.WebGLRenderer = function ( parameters ) {
var materials = material.materials;
for ( var j = 0, jl = materials.length; j < jl; j ++ ) {
for ( var i = 0, il = materials.length; i < il; i ++ ) {
_this.renderBufferDirect( camera, lights, fog, materials[ j ], object );
_this.renderBufferDirect( camera, lights, fog, materials[ i ], object );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册