@@ -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 ) {