Skip to content

BF: Fix bug introduced in last change

Paul McCarthy requested to merge bf/vol-ref into master

Cannot pass a non-const rvalue (returned from volume.operator[]) through to final_transform. This is easily avoided by creating a local ShadowVolume instance, and passing that to final_transform.

Merge request reports

Loading