Revert more bullet stuff that for some reason escape the reverse-merge I used. svn, wtf?

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10610 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2012-01-08 20:39:14 +00:00
parent a56aad610c
commit 53cbbe5408

View File

@@ -1051,15 +1051,6 @@ btQuantizedBvh *btQuantizedBvh::deSerializeInPlace(void *i_alignedDataBuffer, un
unsigned int calculatedBufSize = bvh->calculateSerializeBufferSize();
btAssert(calculatedBufSize <= i_dataBufferSize);
printf("sizeof(btQuantizedBvh) = %lu\n", sizeof(btQuantizedBvh));
printf("sizeof(btQuantizedBvhNode) = %lu\n", sizeof(btQuantizedBvhNode));
printf("getAlignmentSerializationPadding() = %i\n", bvh->getAlignmentSerializationPadding());
printf("m_subtreeHeaderCount = 0x%x\n", bvh->m_subtreeHeaderCount);
printf("sizeof(btBvhSubtreeInfo) = %lu\n", sizeof(btBvhSubtreeInfo));
printf("m_curNodeIndex = %i\n", bvh->m_curNodeIndex);
printf("m_bulletVersion = 0x%x\n", bvh->m_bulletVersion);
printf("sizeof(NodeArray) = %lu\n", sizeof(NodeArray));
if (calculatedBufSize > i_dataBufferSize)
{