Fix uninitialized value in Cycles BVH after recent changes

Found by asan, unknown if it actually caused an issue.
This commit is contained in:
Brecht Van Lommel 2022-02-04 19:08:29 +01:00
parent 260e6fd46b
commit a5be935966
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class BVHParams {
top_level = false;
bvh_layout = BVH_LAYOUT_BVH2;
use_compact_structure = true;
use_unaligned_nodes = false;
num_motion_curve_steps = 0;