code-google-com / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

deserialization of btTriangleInfoMap requires 'capacity' to be kept the same #353

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The hash function uses the capacity of the array (not size), and during 
deserialization of arrays the size might not be capacity (for non-powers of 2 
sizes).

Original issue reported on code.google.com by erwin.coumans on 3 Mar 2010 at 9:41

GoogleCodeExporter commented 9 years ago
https://github.com/bulletphysics/bullet3/issues/154

Original comment by erwin.coumans on 30 Mar 2014 at 7:54