fix some warnings, disable gimpact by default in world importer,
use DIRECTLY_UPDATE_VELOCITY_DURING_SOLVER_ITERATIONS by default for now, until we find the issue with some failing test cases in btMultiBody fix a crashing issue in MyMultiBodyCreator.cpp (uninitialized variable) disable excessive debug printf in URDF2Bullet
This commit is contained in:
@@ -1601,11 +1601,11 @@ void bFile::writeChunks(FILE* fp, bool fixupPointers)
|
||||
// Ouch! need to rebuild the struct
|
||||
short *oldStruct,*curStruct;
|
||||
char *oldType, *newType;
|
||||
int oldLen, curLen, reverseOld;
|
||||
int curLen, reverseOld;
|
||||
|
||||
oldStruct = fileDna->getStruct(dataChunk.dna_nr);
|
||||
oldType = fileDna->getType(oldStruct[0]);
|
||||
oldLen = fileDna->getLength(oldStruct[0]);
|
||||
//int oldLen = fileDna->getLength(oldStruct[0]);
|
||||
///don't try to convert Link block data, just memcpy it. Other data can be converted.
|
||||
reverseOld = mMemoryDNA->getReverseType(oldType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user