make btHingeConstraint constructor arguments const, thanks to Nick Waanders

http://code.google.com/p/bullet/issues/detail?id=391

return value in btBulletWorldImporter
This commit is contained in:
erwin.coumans
2010-06-18 00:31:06 +00:00
parent f7be7acc3a
commit f6242087a1
3 changed files with 5 additions and 5 deletions

View File

@@ -470,7 +470,7 @@ bool btBulletWorldImporter::loadFileFromMemory( bParse::btBulletFile* bulletFil
bulletFile2->dumpChunks(bulletFile2->getFileDNA());
}
convertAllObjects(bulletFile2);
return convertAllObjects(bulletFile2);
}