提交 1729be41 编写于 作者: M mattdesl

reset enabled attributes list

上级 164d40fe
......@@ -287,6 +287,9 @@ THREE.WebGLRenderer = function ( parameters ) {
_lightsNeedUpdate = true;
for ( var i = 0; i < _enabledAttributes.length; i ++ ) {
_enabledAttributes[ i ] = 0;
}
};
setDefaultGLState();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册