mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-03 12:39:15 +00:00
don't use empty frame for pose in sdf files
use hint for clang that if (0) is intentional
This commit is contained in:
@@ -737,7 +737,7 @@ void bFile::parseStruct(char *strcPtr, char *dtPtr, int old_dna, int new_dna, bo
|
||||
if (new_dna == -1) return;
|
||||
|
||||
//disable this, because we need to fixup pointers/ListBase
|
||||
if (0) //mFileDNA->flagEqual(old_dna))
|
||||
if (/* DISABLES CODE */ (0)) //mFileDNA->flagEqual(old_dna))
|
||||
{
|
||||
short *strc = mFileDNA->getStruct(old_dna);
|
||||
int len = mFileDNA->getLength(strc[0]);
|
||||
|
||||
Reference in New Issue
Block a user