Update BlockSolverExample.cpp

This commit is contained in:
erwincoumans
2019-04-27 14:30:10 -07:00
committed by GitHub
parent f71aea0b66
commit 39a1e8f0f7

View File

@@ -140,7 +140,7 @@ void BlockSolverExample::createMultiBodyStack()
tr.setOrigin(btVector3(0, 0, 0.1 + i * 0.2));
btMultiBody* body = createMultiBody(mass, tr, boxShape);
}
if (/* DISABLES CODE */ 0)
if (/* DISABLES CODE */ (0))
{
btMultiBody* mb = loadRobot("cube_small.urdf");
btTransform tr;