@@ -133,8 +133,7 @@ export class MultiSamplePass {
for (let i = 0; i < offsetList.length; ++i) {
const offset = offsetList[i];
Camera.setViewOffset(camera.viewOffset, width, height, offset[0], offset[1], width, height);
- // TODO: this should not be needed
- // camera.update();
+ camera.update();
this.drawPass.cameraHelper.update(camera);
// the theory is that equal weights for each sample lead to an accumulation of rounding