mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-10 17:30:12 +00:00
revert minor local change
This commit is contained in:
parent
00f58e5a91
commit
cd15b314c1
@ -269,18 +269,18 @@ public:
|
||||
|
||||
if (VOID_IS_8)
|
||||
{
|
||||
#if _WIN64
|
||||
//#if _WIN64
|
||||
initDNA((const char*)sBulletDNAstr64,sBulletDNAlen64);
|
||||
#else
|
||||
btAssert(0);
|
||||
#endif
|
||||
//#else
|
||||
// btAssert(0);
|
||||
//#endif
|
||||
} else
|
||||
{
|
||||
#ifndef _WIN64
|
||||
//#ifndef _WIN64
|
||||
initDNA((const char*)sBulletDNAstr,sBulletDNAlen);
|
||||
#else
|
||||
btAssert(0);
|
||||
#endif
|
||||
//#else
|
||||
// btAssert(0);
|
||||
//#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user