|
@@ -185,7 +185,7 @@
|
|
const aspect = width / height;
|
|
const aspect = width / height;
|
|
|
|
|
|
cameraP.aspect = aspect;
|
|
cameraP.aspect = aspect;
|
|
- cameraP.setViewOffset( width, height, params.viewOffset, 0, width, height );
|
|
|
|
|
|
+ cameraP.setViewOffset( width, height, params.viewOffsetX, 0, width, height );
|
|
cameraO.updateProjectionMatrix();
|
|
cameraO.updateProjectionMatrix();
|
|
|
|
|
|
cameraO.left = - height * aspect;
|
|
cameraO.left = - height * aspect;
|