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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-05-14 02:30:59 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-05-14 02:30:59 +0400
commit83c2acccfbf311780b7fc3ea7aa8b5e0f4e03242 (patch)
tree6c335dfcd91db99e96c3a3298b879d5fead387bb /source/blender/blenlib
parent3bb43aaaafdda6fcbd1b7fab1e1ea473afc5e527 (diff)
stupid me - i left the wrong line in.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/BLI_kdopbvh.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/BLI_kdopbvh.c b/source/blender/blenlib/intern/BLI_kdopbvh.c
index b80fe2103ed..0d130cd37da 100644
--- a/source/blender/blenlib/intern/BLI_kdopbvh.c
+++ b/source/blender/blenlib/intern/BLI_kdopbvh.c
@@ -487,7 +487,6 @@ static void bvh_div_nodes(BVHTree *tree, BVHNode *node, int start, int end, char
tree->totbranch++;
tnode->parent = node;
- partition_nth_element(tree->nodes, start, end, tend, laxis);
refit_kdop_hull(tree, tnode, start, tend);
bvh_div_nodes(tree, tnode, start, tend, laxis);
}