Fixed some serialization issues related to swapping endianness of DNA, and fixed memory leak in btSerializer

This commit is contained in:
erwin.coumans
2010-02-13 01:33:28 +00:00
parent 1a87fbf2f0
commit 32b4de20ab
3 changed files with 60 additions and 14 deletions

View File

@@ -33,9 +33,11 @@ namespace bParse {
// ----------------------------------------------------- //
class btBulletFile : public bFile
{
protected:
char* m_DnaCopy;
public: