Update btSerializer.h

fix compile error in LinearMath/btSerializer.h
This commit is contained in:
erwincoumans
2014-09-16 09:32:26 -07:00
parent 89aeae9102
commit 3240d790e4

View File

@@ -140,7 +140,6 @@ struct btPointerUid
struct btBulletSerializedArrays struct btBulletSerializedArrays
{ {
btBulletSerializedArrays() btBulletSerializedArrays()
:m_bulletDnaVersion(0)
{ {
} }
btAlignedObjectArray<struct btQuantizedBvhDoubleData*> m_bvhsDouble; btAlignedObjectArray<struct btQuantizedBvhDoubleData*> m_bvhsDouble;