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

WebGLRenderer: explicit check for LOD autoUpdate.

上级 43eeb265
......@@ -1261,7 +1261,7 @@ function WebGLRenderer( parameters ) {
} else if ( object.isLOD ) {
if ( object.autoUpdate ) object.update( camera );
if ( object.autoUpdate === true ) object.update( camera );
} else if ( object.isLight ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册