fix compile issue under linux

This commit is contained in:
erwin.coumans
2011-11-14 23:29:07 +00:00
parent 0ccc82a2ab
commit 21ecc26fde

View File

@@ -1646,7 +1646,7 @@ void btOpenCLSoftBodySolver::processCollision( btSoftBody *softBody, btCollision
//btAssert(0 && "Unsupported collision shape type\n");
}
} else {
btAssert(0,"Unknown soft body");
btAssert(0 && "Unknown soft body");
}
} // btOpenCLSoftBodySolver::processCollision