提交 f66ae3ed 编写于 作者: A Adria2

Update WebGLRenderer.js

Optimizing compiler best practice. Don't change the shape of objects.
上级 3ab6fd21
......@@ -3210,7 +3210,7 @@ THREE.WebGLRenderer = function ( parameters ) {
if ( dispose && ! attributeItem.dynamic ) {
delete attributeItem.array;
attributeItem.array = null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册