mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-24 19:25:02 +00:00
don't serialize names twice,
register unknown chunks (used for rigid body/shape/constraint names)
This commit is contained in:
@@ -179,6 +179,8 @@ void btBulletFile::parseData()
|
||||
} else
|
||||
{
|
||||
printf("unknown chunk\n");
|
||||
|
||||
mLibPointers.insert(dataChunk.oldPtr, (bStructHandle*)dataPtrHead);
|
||||
}
|
||||
|
||||
// next please!
|
||||
|
||||
Reference in New Issue
Block a user