[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13536] trunk/blender/extern/bullet2/src/ BulletCollision/CollisionShapes/btOptimizedBvh.cpp: Missed reverting one extra assignment.

Ken Hughes khughes at pacific.edu
Sun Feb 3 03:09:49 CET 2008


Revision: 13536
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13536
Author:   khughes
Date:     2008-02-03 03:09:06 +0100 (Sun, 03 Feb 2008)

Log Message:
-----------
Missed reverting one extra assignment.

Modified Paths:
--------------
    trunk/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp

Modified: trunk/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
===================================================================
--- trunk/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp	2008-02-03 01:52:41 UTC (rev 13535)
+++ trunk/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp	2008-02-03 02:09:06 UTC (rev 13536)
@@ -702,6 +702,7 @@
 	
 	int curIndex = startNodeIndex;
 	int walkIterations = 0;
+	int subTreeSize = endNodeIndex - startNodeIndex;
 
 	const btQuantizedBvhNode* rootNode = &m_quantizedContiguousNodes[startNodeIndex];
 	int escapeIndex;





More information about the Bf-blender-cvs mailing list