update of ChangeLog

This commit is contained in:
erwin.coumans
2009-09-17 22:48:07 +00:00
parent 36de6fefbb
commit 49474da938
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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];