|
@@ -162,7 +162,7 @@ THREE.CSS2DRenderer = function () {
|
|
|
|
|
|
this.render = function ( scene, camera ) {
|
|
this.render = function ( scene, camera ) {
|
|
|
|
|
|
- if (scene.autoUpdate === true) { scene.updateMatrixWorld(); }
|
|
|
|
|
|
+ if ( scene.autoUpdate === true ) { scene.updateMatrixWorld(); }
|
|
|
|
|
|
if ( camera.parent === null ) camera.updateMatrixWorld();
|
|
if ( camera.parent === null ) camera.updateMatrixWorld();
|
|
|
|
|