Cycles: Fix missing initialization of triangle BVH steps

Likely was harmless for Blender, but better be safe here.
This commit is contained in:
Sergey Sharybin 2017-02-15 10:44:34 +01:00
parent 5723aa8c02
commit 088c6a17ba
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ public:
primitive_mask = PRIMITIVE_ALL;
num_motion_curve_steps = 0;
num_motion_triangle_steps = 0;
}
/* SAH costs */