[Bf-blender-cvs] [e77b25f] master: Cycles: Code cleanup, typo

Sergey Sharybin noreply at git.blender.org
Tue Dec 9 20:08:39 CET 2014


Commit: e77b25fabb5c8a7957f2038fcc180b1eec6ae89a
Author: Sergey Sharybin
Date:   Wed Dec 10 00:08:04 2014 +0500
Branches: master
https://developer.blender.org/rBe77b25fabb5c8a7957f2038fcc180b1eec6ae89a

Cycles: Code cleanup, typo

===================================================================

M	intern/cycles/bvh/bvh_build.cpp

===================================================================

diff --git a/intern/cycles/bvh/bvh_build.cpp b/intern/cycles/bvh/bvh_build.cpp
index 06549de..5547229 100644
--- a/intern/cycles/bvh/bvh_build.cpp
+++ b/intern/cycles/bvh/bvh_build.cpp
@@ -400,7 +400,7 @@ BVHNode* BVHBuild::build_node(const BVHRange& range, int level)
 	progress_total += left.size() + right.size() - range.size();
 	size_t total = progress_total;
 
-	/* leaft node */
+	/* left node */
 	BVHNode *leftnode = build_node(left, level + 1);
 
 	/* right node (modify start for splits) */




More information about the Bf-blender-cvs mailing list