Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-10-24 12:10:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-10-24 12:47:32 +0300
commit1e1811357d3aeaffec0457f9827c698b05f231e8 (patch)
tree47a61aa2f6ef90dca03e00797a0161b1e3c0675c /intern/cycles/bvh/bvh_build.cpp
parent0b749d57ee88863702b13cb5a746ed04410511b7 (diff)
Cycles: Cleanup, spaces
Diffstat (limited to 'intern/cycles/bvh/bvh_build.cpp')
-rw-r--r--intern/cycles/bvh/bvh_build.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index f2a735d12e3..c8aeeb886c8 100644
--- a/intern/cycles/bvh/bvh_build.cpp
+++ b/intern/cycles/bvh/bvh_build.cpp
@@ -787,7 +787,7 @@ BVHNode* BVHBuild::create_leaf_node(const BVHRange& range,
if(params.use_unaligned_nodes && !alignment_found) {
alignment_found =
unaligned_heuristic.compute_aligned_space(p_ref[i][j],
- &aligned_space);
+ &aligned_space);
}
}
LeafNode *leaf_node = new LeafNode(bounds[i],