don't use empty frame for pose in sdf files

use hint for clang that if (0) is intentional
This commit is contained in:
Erwin Coumans
2021-08-30 19:40:20 +00:00
parent 7ac95be8cd
commit 68424feb2d
35 changed files with 1009 additions and 1009 deletions

View File

@@ -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]);