Syntax improved per request
@@ -296,7 +296,7 @@ THREE.CSS3DRenderer = function () {
}
- if (scene.autoUpdate === true) { scene.updateMatrixWorld(); }
+ if ( scene.autoUpdate === true ) { scene.updateMatrixWorld(); }
if ( camera.parent === null ) camera.updateMatrixWorld();