improvements in slerp
thanks to Tully Foote: http://code.google.com/p/bullet/issues/detail?id=140 minor warning fix in btHashMap.h
This commit is contained in:
@@ -47,7 +47,7 @@ struct btHashString
|
||||
return( ret );
|
||||
}
|
||||
|
||||
const bool equals(const btHashString& other) const
|
||||
bool equals(const btHashString& other) const
|
||||
{
|
||||
return (m_string == other.m_string) ||
|
||||
(0==portableStringCompare(m_string,other.m_string));
|
||||
|
||||
Reference in New Issue
Block a user