From 49474da938b1a2ee7cdb61dd22a3c32fc3d0688d Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Thu, 17 Sep 2009 22:48:07 +0000 Subject: [PATCH] update of ChangeLog --- ChangeLog | 3 ++- src/LinearMath/btHashMap.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8d154dc09..f2cd1542f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,9 @@ Primary author and maintainer: Erwin Coumans Please see http://code.google.com/p/bullet/source/list for more complete log in Subversion 2009 September 17 - - Minor update to Bullet 2.75 release, revision 1770 + - Minor update to Bullet 2.75 release, revision 1776 - Support for btConvex2dShape, check out Bullet/Demos/Box2dDemo + - Fixes in build systems - Minor fix in btGjkPairDetector - Initialize world transform for btCollisionShape in constructor diff --git a/src/LinearMath/btHashMap.h b/src/LinearMath/btHashMap.h index b658b7e7e..0a61482ea 100644 --- a/src/LinearMath/btHashMap.h +++ b/src/LinearMath/btHashMap.h @@ -259,7 +259,6 @@ class btHashMap } // Remove the last pair from the hash table. - const Value* lastValue = &m_valueArray[lastPairIndex]; int lastHash = m_keyArray[lastPairIndex].getHash() & (m_valueArray.capacity()-1); index = m_hashTable[lastHash];