update of ChangeLog
This commit is contained in:
@@ -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
|
Please see http://code.google.com/p/bullet/source/list for more complete log in Subversion
|
||||||
|
|
||||||
2009 September 17
|
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
|
- Support for btConvex2dShape, check out Bullet/Demos/Box2dDemo
|
||||||
|
- Fixes in build systems
|
||||||
- Minor fix in btGjkPairDetector
|
- Minor fix in btGjkPairDetector
|
||||||
- Initialize world transform for btCollisionShape in constructor
|
- Initialize world transform for btCollisionShape in constructor
|
||||||
|
|
||||||
|
|||||||
@@ -259,7 +259,6 @@ class btHashMap
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Remove the last pair from the hash table.
|
// Remove the last pair from the hash table.
|
||||||
const Value* lastValue = &m_valueArray[lastPairIndex];
|
|
||||||
int lastHash = m_keyArray[lastPairIndex].getHash() & (m_valueArray.capacity()-1);
|
int lastHash = m_keyArray[lastPairIndex].getHash() & (m_valueArray.capacity()-1);
|
||||||
|
|
||||||
index = m_hashTable[lastHash];
|
index = m_hashTable[lastHash];
|
||||||
|
|||||||
Reference in New Issue
Block a user