revert accidental commit of btSerializer.h
This commit is contained in:
@@ -268,18 +268,18 @@ public:
|
|||||||
|
|
||||||
if (VOID_IS_8)
|
if (VOID_IS_8)
|
||||||
{
|
{
|
||||||
#if _WIN64
|
//#if _WIN64
|
||||||
initDNA((const char*)sBulletDNAstr64,sBulletDNAlen64);
|
initDNA((const char*)sBulletDNAstr64,sBulletDNAlen64);
|
||||||
#else
|
//#else
|
||||||
btAssert(0);
|
// btAssert(0);
|
||||||
#endif
|
//#endif
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
#ifndef _WIN64
|
//#ifndef _WIN64
|
||||||
initDNA((const char*)sBulletDNAstr,sBulletDNAlen);
|
initDNA((const char*)sBulletDNAstr,sBulletDNAlen);
|
||||||
#else
|
//#else
|
||||||
btAssert(0);
|
// btAssert(0);
|
||||||
#endif
|
//#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user