Fix compiler warning when building Cycles without Embree

This commit is contained in:
Brecht Van Lommel 2021-03-12 15:12:09 +01:00
parent fd905c1059
commit 20ee6c0f16
Notes: blender-bot 2023-02-14 08:29:54 +01:00
Referenced by issue #85958, Potential candidates for corrective releases
1 changed files with 1 additions and 1 deletions

View File

@ -1367,7 +1367,7 @@ void GeometryManager::device_update_bvh(Device *device,
dscene->data.bvh.use_bvh_steps = (scene->params.num_bvh_time_steps != 0);
dscene->data.bvh.curve_subdivisions = scene->params.curve_subdivisions();
/* The scene handle is set in 'CPUDevice::const_copy_to' and 'OptiXDevice::const_copy_to' */
dscene->data.bvh.scene = NULL;
dscene->data.bvh.scene = 0;
}
/* Set of flags used to help determining what data has been modified or needs reallocation, so we