Cycles: Fix stupid typo in the previous commit
This commit is contained in:
parent
146eb7947e
commit
3f60d665bb
@ -343,7 +343,7 @@ bool BVHBuild::range_within_max_leaf_size(const BVHRange& range)
|
||||
}
|
||||
|
||||
return (num_triangles < params.max_triangle_leaf_size) &&
|
||||
(num_curves < params.max_curve_leaf_size);
|
||||
(num_curves < params.max_curve_leaf_size) &&
|
||||
(num_motion_curves < params.max_curve_leaf_size);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user