Revision: 14831
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14831
Author:   genscher
Date:     2008-05-14 00:30:59 +0200 (Wed, 14 May 2008)

Log Message:
-----------
stupid me - i left the wrong line in.

Modified Paths:
--------------
    branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c

Modified: branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c
===================================================================
--- branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c  
2008-05-13 22:29:50 UTC (rev 14830)
+++ branches/cloth/blender/source/blender/blenlib/intern/BLI_kdopbvh.c  
2008-05-13 22:30:59 UTC (rev 14831)
@@ -487,7 +487,6 @@
                        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);
                }


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to