fix a serialization bug with btStridingMeshInterface with short indices (16 bit)
This commit is contained in:
@@ -1112,7 +1112,7 @@ btRigidBody* btBulletWorldImporter::getRigidBodyByName(const char* name)
|
||||
btRigidBody** bodyPtr = m_nameBodyMap.find(name);
|
||||
if (bodyPtr && *bodyPtr)
|
||||
{
|
||||
*bodyPtr;
|
||||
return *bodyPtr;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user